Files
wagic/projects/mtg/bin/Res/test/crystal_rod_i172.txt
wagic.the.homebrew@gmail.com 7b8189bd13 Fixing tests that got broken in r4842
2013-09-15 02:47:09 +00:00

24 lines
414 B
Plaintext

#NAME: Crystal Rod
#DESC: Checks whether Crystal Rod can
#DESC: correctly give 1 life
#DESC: See http://code.google.com/p/wagic/issues/detail?id=172
[INIT]
firstmain
[PLAYER1]
hand:Air Elemental
manapool:{U}{U}{U}{U}{U}
[PLAYER2]
inplay:Crystal Rod,Island
[DO]
Air Elemental
choice 0
Island
[ASSERT]
firstmain
[PLAYER1]
inplay:Air Elemental
[PLAYER2]
inplay:Crystal Rod,Island
life:21
[END]