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?
28 lines
396 B
Plaintext
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]
|