Files
wagic/projects/mtg/bin/Res/test/ankh_of_mishra.txt
wagic.the.homebrew f7a887db2a Erwan
- Bug fixes for Kird ape(RV), Dingus Egg(RV), Ankh of Mishra(RV), Ancient Tomb(TMP), Wooded Bastion (SHM)
- Added tests in the test suite to confirm/infirm  some bug reports
2009-02-15 05:32:12 +00:00

24 lines
525 B
Plaintext
Raw Blame History

# bug : Ankh of Mishra : Doesn<73>ft deal damage if a land was destroyed then a new one is put into play
# Ankh of Mishra : (RV) 1094
# text=Whenever a land comes into play, Ankh of Mishra deals 2 damage to that land's controller.
# Will destroy a land with stone rain, then put a plains into play
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:1397,1094
hand:1396,1321
manapool:{R}{2}
[PLAYER2]
[DO]
1321
1397
1396
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:1397,1321
inplay:1094,1396
manapool:{0}
life:18
[PLAYER2]
[END]