mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Fix repeal not fizzling when cast on face down creature turning up
This commit is contained in:
committed by
Hans Mackowiak
parent
b422e403f3
commit
9a6edcb30e
@@ -1,8 +1,8 @@
|
||||
Name:Repeal
|
||||
ManaCost:X U
|
||||
Types:Instant
|
||||
A:SP$ ChangeZone | Cost$ X U | Origin$ Battlefield | Destination$ Hand | TgtPrompt$ Choose target nonland permanent | ValidTgts$ Permanent.nonLand | SubAbility$ DBDraw | References$ X | SpellDescription$ Return target nonland permanent with converted mana cost X to its owner's hand. Draw a card.
|
||||
A:SP$ ChangeZone | Cost$ X U | Origin$ Battlefield | Destination$ Hand | TgtPrompt$ Choose target nonland permanent | ValidTgts$ Permanent.nonLand+cmcEQX | SubAbility$ DBDraw | References$ X | SpellDescription$ Return target nonland permanent with converted mana cost X to its owner's hand. Draw a card.
|
||||
SVar:DBDraw:DB$Draw | NumCards$ 1
|
||||
SVar:X:Targeted$CardManaCost
|
||||
SVar:X:Count$xPaid
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/repeal.jpg
|
||||
Oracle:Return target nonland permanent with converted mana cost X to its owner's hand.\nDraw a card.
|
||||
|
||||
Reference in New Issue
Block a user