Files
wagic/projects/mtg/bin/Res/test/dingus_egg.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

26 lines
525 B
Plaintext

# bug : Dingus Egg can be put into play but does not deal damage when a player loses a land
# Dingus Egg : (RV) 1105
#text=Whenever a land is put into a graveyard from play, Dingus Egg deals 2 damage to that land's controller.
# Will destroy 2 lands with stone rains
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:1397,1105
hand:1321,1321,1396
manapool:{R}{2}{R}{2}
[PLAYER2]
[DO]
1321
1397
1396
1321
1396
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:1397,1321,1396,1321
inplay:1105
manapool:{0}
life:16
[PLAYER2]
[END]