-fix Scourglass. I'm not happy with the fix but there's a huge limitation with the parser here and I'm too lazy to deal with it currently...
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-02-06 08:04:12 +00:00
parent d50aecdde4
commit 21eb34d0fa
3 changed files with 20 additions and 1 deletions

View File

@@ -32296,7 +32296,7 @@ toughness=6
[/card]
[card]
name=Scourglass
auto={T}{S}:destroy all(*[-artifact;-land]) myUpkeepOnly
auto={T}{S}:all(*[-artifact;-land]) destroy myUpkeepOnly
text={T}, Sacrifice Scourglass: Destroy all permanents except for artifacts and lands. Play this ability only during your upkeep.
mana={3}{W}{W}
type=Artifact

View File

@@ -348,6 +348,7 @@ sacred_foundry_i275.txt
safehold_duo.txt
scourge_of_kher_ridges.txt
scourge_of_kher_ridges2.txt
scourglass.txt
scouts_warning.txt
sedge_sliver.txt
seedcradle_witch.txt

View File

@@ -0,0 +1,18 @@
#Bug:Scourglass
[INIT]
UNTAP
[PLAYER1]
inplay:scourglass
[PLAYER2]
inplay:mountain,plains,swamp,grizzly bears
[DO]
next
scourglass
[ASSERT]
UPKEEP
[PLAYER1]
graveyard:scourglass
[PLAYER2]
inplay:mountain,plains,swamp
graveyard:grizzly bears
[END]