Files
wagic/projects/mtg/bin/Res/test/iron_will_i270.txt
wagic.the.homebrew@gmail.com 3e33e2b756 Erwan
-fix issue 270
2010-01-04 13:51:39 +00:00

29 lines
580 B
Plaintext

#NAME: Iron Will
#DESC: Bug: If a non-permanent with cycling
#DESC: is cast, and its cycling cost could
#DESC: be paid as well, then trying to cast
#DESC: results in a "Cancel" menu popping up,
#DESC: casting the spell is not possible.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=270
[INIT]
firstmain
[PLAYER1]
inplay:Suntail Hawk
hand:Iron Will
library:plains
manapool:{W}{W}
[PLAYER2]
[DO]
Iron Will
choice 0
Suntail Hawk
[ASSERT]
firstmain
[PLAYER1]
inplay:Suntail Hawk
graveyard:iron will
library:plains
manapool:{W}
[PLAYER2]
[END]