diff --git a/res/cardsfolder/deathgrip.txt b/res/cardsfolder/deathgrip.txt index 547fbf38ed8..674d3b97f15 100644 --- a/res/cardsfolder/deathgrip.txt +++ b/res/cardsfolder/deathgrip.txt @@ -2,6 +2,7 @@ Name:Deathgrip ManaCost:B B Types:Enchantment Text:B B: Counter target green spell. +A:AB$Counter|Cost$B B|Type$Spell|CounterValid$Card.Green|SpellDescription$Counter target green spell. SVar:RemAIDeck:True SVar:Rarity:Uncommon SVar:Picture:http://www.wizards.com/global/images/magic/general/deathgrip.jpg diff --git a/res/cardsfolder/lifeforce.txt b/res/cardsfolder/lifeforce.txt index 82abb9583dd..d1bc78fde4b 100644 --- a/res/cardsfolder/lifeforce.txt +++ b/res/cardsfolder/lifeforce.txt @@ -1,7 +1,8 @@ Name:Lifeforce ManaCost:G G Types:Enchantment -Text:G G: Counter target black spell. +Text:no text +A:AB$Counter|Cost$G G|Type$Spell|CounterValid$Card.Black|SpellDescription$Counter target black spell. SVar:RemAIDeck:True SVar:Rarity:Uncommon SVar:Picture:http://www.wizards.com/global/images/magic/general/lifeforce.jpg diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index d924b8177c3..29121aabf53 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -11095,7 +11095,7 @@ public class CardFactory implements NewConstants { card.addSpellAbility(spell); }//*************** END ************ END ************************** - + /* //*************** START *********** START ************************** else if(cardName.equals("Lifeforce")) { final SpellAbility counter = new Ability(card, "G G") { @@ -11176,6 +11176,7 @@ public class CardFactory implements NewConstants { counter.setStackDescription(cardName+" - counter target green spell."); card.addSpellAbility(counter); }//*************** END ************ END ************************** + */ //*************** START *********** START ************************** else if(cardName.equals("Pithing Needle")) {