From fdd53c2668e2182823046fa3afb498014712aaec Mon Sep 17 00:00:00 2001 From: swordshine Date: Fri, 19 Jul 2013 08:43:32 +0000 Subject: [PATCH] - Fixed Fact or Fiction --- res/cardsfolder/f/fact_or_fiction.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/res/cardsfolder/f/fact_or_fiction.txt b/res/cardsfolder/f/fact_or_fiction.txt index 26e685887c6..c8c8f782e29 100644 --- a/res/cardsfolder/f/fact_or_fiction.txt +++ b/res/cardsfolder/f/fact_or_fiction.txt @@ -3,7 +3,8 @@ ManaCost:3 U Types:Instant A:SP$ Dig | Cost$ 3 U | DigNum$ 5 | Reveal$ True | RememberRevealed$ True | NoMove$ True | SubAbility$ DBTwoPiles | SpellDescription$ Reveal the top five cards of your library. An opponent separates those cards into two piles. Put one pile into your hand and the other into your graveyard. SVar:DBTwoPiles:DB$ TwoPiles | Defined$ You | DefinedCards$ Remembered | Separator$ Opponent | ChosenPile$ DBHand | UnchosenPile$ DBGrave -SVar:DBHand:DB$ ChangeZone | Defined$ Remembered | Origin$ Library | Destination$ Hand -SVar:DBGrave:DB$ ChangeZone | Defined$ Remembered | Origin$ Library | Destination$ Graveyard +SVar:DBHand:DB$ ChangeZone | Defined$ Remembered | Origin$ Library | Destination$ Hand | SubAbility$ DBCleanup +SVar:DBGrave:DB$ ChangeZone | Defined$ Remembered | Origin$ Library | Destination$ Graveyard | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:Picture:http://www.wizards.com/global/images/magic/general/fact_or_fiction.jpg Oracle:Reveal the top five cards of your library. An opponent separates those cards into two piles. Put one pile into your hand and the other into your graveyard. \ No newline at end of file