Files
wagic/projects/mtg/bin/Res/test/crystal_rod_i172.txt
wagic.the.homebrew@gmail.com 04a950c911 Erwan
- fix issue 172 (crystal rod)
2009-11-15 10:37:33 +00:00

27 lines
443 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
no
yes
Island
Crystal Rod
endinterruption
[ASSERT]
firstmain
[PLAYER1]
inplay:Air Elemental
[PLAYER2]
inplay:Crystal Rod,Island
life:21
[END]