From e5de3d3d237512e327afcfe48d919f991f143e7b Mon Sep 17 00:00:00 2001 From: Sol Date: Tue, 19 Mar 2013 03:27:28 +0000 Subject: [PATCH] - Fixing Momenary Blink using "Targeted" instead of "Remembered" since Targeted refers to the old object, but Remembered is the new one --- res/cardsfolder/m/momentary_blink.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/res/cardsfolder/m/momentary_blink.txt b/res/cardsfolder/m/momentary_blink.txt index 84fc52312aa..3f79d4dc642 100644 --- a/res/cardsfolder/m/momentary_blink.txt +++ b/res/cardsfolder/m/momentary_blink.txt @@ -2,8 +2,9 @@ Name:Momentary Blink ManaCost:1 W Types:Instant K:Flashback 3 U -A:SP$ ChangeZone | Cost$ 1 W | Origin$ Battlefield | Destination$ Exile | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control. | SubAbility$ DBReturn | SpellDescription$ Exile target creature you control, then return it to the battlefield under its owner's control. -SVar:DBReturn:DB$ChangeZone | Defined$ Targeted | Origin$ Exile | Destination$ Battlefield +A:SP$ ChangeZone | Cost$ 1 W | Origin$ Battlefield | Destination$ Exile | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control. | SubAbility$ DBReturn | RememberTargets$ True | SpellDescription$ Exile target creature you control, then return it to the battlefield under its owner's control. +SVar:DBReturn:DB$ChangeZone | Defined$ Remembered | Origin$ Exile | Destination$ Battlefield | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:Picture:http://www.wizards.com/global/images/magic/general/momentary_blink.jpg Oracle:Exile target creature you control, then return it to the battlefield under its owner's control.\nFlashback {3}{U} (You may cast this card from your graveyard for its flashback cost. Then exile it.) SetInfo:TSP Common \ No newline at end of file