- 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
This commit is contained in:
wagic.the.homebrew
2009-02-15 05:32:12 +00:00
parent 6d1d5d751a
commit f7a887db2a
14 changed files with 221 additions and 115 deletions
@@ -0,0 +1,24 @@
# bug : Ankh of Mishra : Doesnft 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]