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:
@@ -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
|
||||
########################
|
||||
|
||||
27
projects/mtg/bin/Res/test/wreak_havoc.txt
Normal file
27
projects/mtg/bin/Res/test/wreak_havoc.txt
Normal 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]
|
||||
Reference in New Issue
Block a user