mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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.)
|
||||
|
||||
Reference in New Issue
Block a user