diff --git a/res/cardsfolder/time_elemental.txt b/res/cardsfolder/time_elemental.txt index ea3c453424d..4b0d3f3d1af 100644 --- a/res/cardsfolder/time_elemental.txt +++ b/res/cardsfolder/time_elemental.txt @@ -1,8 +1,10 @@ Name:Time Elemental ManaCost:2 U Types:Creature Elemental -Text:When Time Elemental attacks or blocks, at end of combat, sacrifice it and it deals 5 damage to you. 2 U U, tap: Return target permanent that isn't enchanted to its owner's hand. +Text:When Time Elemental attacks or blocks, at end of combat, sacrifice it and it deals 5 damage to you. +# 2 U U, tap: Return target permanent that isn't enchanted to its owner's hand. PT:0/2 +A:AB$Bounce|Cost$2 U U T|ValidTgts$Permanent.unenchanted|TgtPrompt$Select target unenchanted permanent|Destination$Hand|SpellDescription$Return target permanent that isn't enchanted to its owner's hand. SVar:RemAIDeck:True SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/time_elemental.jpg diff --git a/src/forge/CardFactory_Creatures.java b/src/forge/CardFactory_Creatures.java index 2b470c965b7..35d0e528feb 100644 --- a/src/forge/CardFactory_Creatures.java +++ b/src/forge/CardFactory_Creatures.java @@ -19297,7 +19297,7 @@ public class CardFactory_Creatures { } }//*************** END ************ END ************************** - + /* //*************** START *********** START ************************** else if(cardName.equals("Time Elemental")) { final Ability_Tap ability = new Ability_Tap(card, "2 U U") { @@ -19351,7 +19351,7 @@ public class CardFactory_Creatures { ability.setBeforePayMana(runtime); }//*************** END ************ END ************************** - + */ //*************** START *********** START ************************** else if(cardName.equals("Vampire Hexmage")) {