diff --git a/forge-gui/res/cardsfolder/e/eaten_by_spiders.txt b/forge-gui/res/cardsfolder/e/eaten_by_spiders.txt index a07f9c33d19..e6c0390aa6c 100644 --- a/forge-gui/res/cardsfolder/e/eaten_by_spiders.txt +++ b/forge-gui/res/cardsfolder/e/eaten_by_spiders.txt @@ -1,7 +1,7 @@ Name:Eaten by Spiders ManaCost:2 G 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. -SVar:ChompEquip:DB$ DestroyAll | ValidCards$ Targeted.Equipment+Attached +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:Destroy:DB$ Destroy | Defined$ Targeted 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. diff --git a/forge-gui/res/cardsfolder/m/murderous_spoils.txt b/forge-gui/res/cardsfolder/m/murderous_spoils.txt index e35aa85333b..8c71b3f1473 100644 --- a/forge-gui/res/cardsfolder/m/murderous_spoils.txt +++ b/forge-gui/res/cardsfolder/m/murderous_spoils.txt @@ -1,7 +1,7 @@ Name:Murderous Spoils ManaCost:5 B 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.) -SVar:StealEquip:DB$ GainControl | AllValid$ Targeted.Equipment+Attached +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:Destroy:DB$ Destroy | Defined$ Targeted | NoRegen$ True 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.)