Files
wagic/projects/mtg/bin/Res/test/jump.txt
wagic.the.homebrew@gmail.com 3e7ecb3016 Erwan
- fixed a bug (crash if a card that had an ability until end of turn would be put into the graveyard before the end of the turn)
- Added a new game Mode : Random 1 or 2 color.
2009-07-18 08:50:14 +00:00

22 lines
319 B
Plaintext

#Bug: Ability until end of turn + creature killed = crash ?
[INIT]
FIRSTMAIN
[PLAYER1]
hand:jump,terror
inplay:grizzly bears
manapool:{B}{U}{1}
[PLAYER2]
[DO]
jump
grizzly bears
terror
grizzly bears
eot
next
[ASSERT]
UPKEEP
[PLAYER1]
graveyard:jump,terror,grizzly bears
manapool:{0}
[PLAYER2]
[END]