Fix Eaten by Spiders and Murderous Spoils by reversing the order.

Order doesn't match the card's written order anymore, but at least they now function as intended.
This commit is contained in:
elcnesh
2014-07-06 10:11:54 +00:00
parent f7cb61b467
commit baaf7b06ad
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
Name:Eaten by Spiders Name:Eaten by Spiders
ManaCost:2 G ManaCost:2 G
Types:Instant Types:Instant
A:SP$ Destroy | Cost$ 2 G | ValidTgts$ Creature.withFlying | TgtPrompt$ Select target creature with flying | SubAbility$ ChompEquip | SpellDescription$ Destroy target creature with flying and all Equipment attached to that creature. A:SP$ DestroyAll | Cost$ 2 G | ValidTgts$ Creature.withFlying | TgtPrompt$ Select target creature with flying | ValidCards$ Targeted.Equipment+Attached | SubAbility$ Destroy | SpellDescription$ Destroy target creature with flying and all Equipment attached to that creature.
SVar:ChompEquip:DB$ DestroyAll | ValidCards$ Targeted.Equipment+Attached SVar:Destroy:DB$ Destroy | Defined$ Targeted
SVar:Picture:http://www.wizards.com/global/images/magic/general/eaten_by_spiders.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/eaten_by_spiders.jpg
Oracle:Destroy target creature with flying and all Equipment attached to that creature. Oracle:Destroy target creature with flying and all Equipment attached to that creature.

View File

@@ -1,7 +1,7 @@
Name:Murderous Spoils Name:Murderous Spoils
ManaCost:5 B ManaCost:5 B
Types:Instant Types:Instant
A:SP$ Destroy | Cost$ 5 B | ValidTgts$ Creature.nonBlack | TgtPrompt$ Select target non-black creature | SubAbility$ StealEquip | NoRegen$ True | SpellDescription$ Destroy target nonblack creature. It can't be regenerated. You gain control of all Equipment that was attached to it. (This effect lasts indefinitely.) A:SP$ GainControl | Cost$ 5 B | ValidTgts$ Creature.nonBlack | AllValid$ Targeted.Equipment+Attached | TgtPrompt$ Select target non-black creature | SubAbility$ Destroy | NoRegen$ True | SpellDescription$ Destroy target nonblack creature. It can't be regenerated. You gain control of all Equipment that was attached to it. (This effect lasts indefinitely.)
SVar:StealEquip:DB$ GainControl | AllValid$ Targeted.Equipment+Attached SVar:Destroy:DB$ Destroy | Defined$ Targeted | NoRegen$ True
SVar:Picture:http://www.wizards.com/global/images/magic/general/murderous_spoils.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/murderous_spoils.jpg
Oracle:Destroy target nonblack creature. It can't be regenerated. You gain control of all Equipment that was attached to it. (This effect lasts indefinitely.) Oracle:Destroy target nonblack creature. It can't be regenerated. You gain control of all Equipment that was attached to it. (This effect lasts indefinitely.)