- selling a card in the deck editor doesn't move back to the first card anymore
- added a few tests, unconfirmed bugs for elvish piper and deja vu
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-04-05 06:15:13 +00:00
parent 89caaaadb4
commit 853d14c8cc
5 changed files with 44 additions and 4 deletions
@@ -0,0 +1,18 @@
# {G},{T}: You may put a creature card from your hand into play.
[INIT]
FIRSTMAIN
[PLAYER1]
hand:grizzly bears
inplay:elvish piper
manapool:{G}
[PLAYER2]
[DO]
elvish piper
grizzly bears
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:elvish piper,grizzly bears
manapool:{0}
[PLAYER2]
[END]