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?
This commit is contained in:
Psyyringe
2009-12-04 04:55:54 +00:00
parent 73661a58d7
commit 3264220b6d
13 changed files with 96 additions and 60 deletions

View File

@@ -335,6 +335,7 @@ white_knight1.txt
windswept_heath.txt
wrath_of_god.txt
wrath_of_god2.txt
wreak_havoc.txt
zombie_master.txt
zombify.txt
########################

View File

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