- 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
18 lines
294 B
Plaintext
18 lines
294 B
Plaintext
# {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] |