Files
wagic/projects/mtg/bin/Res/test/wreak_havoc.txt
Psyyringe 3264220b6d Psyringe - added some cards with the nofizzle ability.
Question: I also tried to code Root Sliver (LGN) with the line "auto=lord(sliver|stack) nofizzle", but this didn't work, Slivers could still be countered. Did I choose a wrong approach, or is there a limitation of the lord ability with regard to spells on thee stack?
2009-12-04 04:55:54 +00:00

28 lines
396 B
Plaintext

#NAME: Wreak Havoc
#DESC: Verifies that Wreak Havoc can't
#DESC: be countered.
[INIT]
firstmain
[PLAYER1]
hand:Wreak Havoc
manapool:{R}{G}{2}
[PLAYER2]
inplay:Island
hand:Counterspell
manapool:{U}{U}
[DO]
Wreak Havoc
Island
no
yes
Counterspell
Wreak Havoc
endinterruption
[ASSERT]
firstmain
[PLAYER1]
graveyard:Wreak Havoc
[PLAYER2]
graveyard:Counterspell,Island
[END]