diff --git a/res/cards.txt b/res/cards.txt index 39b39d5171c..30768c59cd1 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -4754,9 +4754,10 @@ Flash Buoyancy 1 U Enchantment Aura -Enchanted creature has Flying. +Enchanted creature has flying. Enchant creature Flash +enPump:Flying Feast of the Unicorn 3 B @@ -5801,6 +5802,7 @@ Hero's Resolve Enchantment Aura Enchanted creature gets +1/+5. Enchant creature +enPump:+1/+5 Silent Attendant 2 W @@ -5978,6 +5980,7 @@ Cloak of Mists Enchantment Aura Enchanted creature is unblockable. Enchant creature +enPump:Unblockable Nourish G G diff --git a/src/forge/CardFactory_Auras.java b/src/forge/CardFactory_Auras.java index c1d4d371078..f4558720422 100644 --- a/src/forge/CardFactory_Auras.java +++ b/src/forge/CardFactory_Auras.java @@ -300,7 +300,8 @@ class CardFactory_Auras { spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell)); }//*************** END ************ END ************************** - + +/* //*************** START *********** START ************************** else if(cardName.equals("Hero's Resolve")) { final SpellAbility spell = new Spell(card) { @@ -392,6 +393,7 @@ class CardFactory_Auras { spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell)); }//*************** END ************ END ************************** +*/ //*************** START *********** START ************************** @@ -1067,6 +1069,8 @@ class CardFactory_Auras { spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell)); }//*************** END ************ END ************************** + +/* //*************** START *********** START ************************** else if(cardName.equals("Cloak of Mists")) { final SpellAbility spell = new Spell(card) { @@ -1155,6 +1159,8 @@ class CardFactory_Auras { spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell)); }//*************** END ************ END ************************** +*/ + //*************** START *********** START ************************** else if(cardName.equals("Indomitable Will")) { @@ -4498,7 +4504,8 @@ class CardFactory_Auras { spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell)); }//*************** END ************ END ************************** - + +/* //*************** START *********** START ************************** else if(cardName.equals("Buoyancy")) { final SpellAbility spell = new Spell(card) { @@ -4597,6 +4604,7 @@ class CardFactory_Auras { spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell)); }//*************** END ************ END ************************** +*/ //*************** START *********** START **************************