Erwan
-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:
@@ -32296,7 +32296,7 @@ toughness=6
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
name=Scourglass
|
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.
|
text={T}, Sacrifice Scourglass: Destroy all permanents except for artifacts and lands. Play this ability only during your upkeep.
|
||||||
mana={3}{W}{W}
|
mana={3}{W}{W}
|
||||||
type=Artifact
|
type=Artifact
|
||||||
|
|||||||
@@ -348,6 +348,7 @@ sacred_foundry_i275.txt
|
|||||||
safehold_duo.txt
|
safehold_duo.txt
|
||||||
scourge_of_kher_ridges.txt
|
scourge_of_kher_ridges.txt
|
||||||
scourge_of_kher_ridges2.txt
|
scourge_of_kher_ridges2.txt
|
||||||
|
scourglass.txt
|
||||||
scouts_warning.txt
|
scouts_warning.txt
|
||||||
sedge_sliver.txt
|
sedge_sliver.txt
|
||||||
seedcradle_witch.txt
|
seedcradle_witch.txt
|
||||||
|
|||||||
@@ -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]
|
||||||
Reference in New Issue
Block a user