From 842596d4fcbbab41c98d07bf4019fe42dfc63de8 Mon Sep 17 00:00:00 2001 From: "techdragon.nguyen@gmail.com" Date: Thu, 4 Nov 2010 09:37:25 +0000 Subject: [PATCH] fixed sun titan and primeval titan card definitions. ** Sun Titan: missing exclusion of instants and sorceries for special ability ** Primeval titan: fixed token placement so that tokens went into exile and not the graveyard --- projects/mtg/bin/Res/sets/primitives/mtg.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index 25aa4cce9..ed8cad19f 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -41168,15 +41168,15 @@ toughness=6 [/card] [card] name=Primeval Titan's Fetch -auto=@movedto(this|mygraveyard):may moveto(mybattlefield) target(land|mylibrary)&& tap && token(-20502712) -auto=moveto(mygraveyard) all(this) +auto=@movedto(this|exile):may moveto(mybattlefield) target(land|mylibrary)&& tap && token(-20502712) +auto=moveto(exile) id=-20502711 type=Nothing [/card] [card] name=Primeval Titan's 2nd Fetch -auto=@movedto(this|mygraveyard):may moveto(mybattlefield) target(land|mylibrary) && tap -auto=moveto(mygraveyard) all(this) +auto=@movedto(this|exile):may moveto(mybattlefield) target(land|mylibrary) && tap +auto=moveto(exile) id=-20502712 type=Nothing [/card] @@ -53718,8 +53718,8 @@ toughness=4 [card] name=Sun Titan abilities=vigilance -auto=may moveTo(myBattlefield) target(*[manacost<=3]|mygraveyard) -auto=@attacking(this):may moveTo(myBattlefield) target(*[manacost<=3]|mygraveyard) +auto=may moveTo(myBattlefield) target(*[manacost<=3;-sorcery;-instant]|mygraveyard) +auto=@attacking(this):may moveTo(myBattlefield) target(*[manacost<=3;-sorcery;-instant]|mygraveyard) text=Vigilance -- Whenever Sun Titan enters the battlefield or attacks, you may return target permanent card with converted mana cost 3 or less from your graveyard to the battlefield. mana={4}{W}{W} type=Creature