- fix issue 172 (crystal rod)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-11-15 10:37:33 +00:00
parent d85b1d66de
commit 04a950c911
3 changed files with 3 additions and 2 deletions

View File

@@ -1,26 +0,0 @@
#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]