diff --git a/res/cards.txt b/res/cards.txt index fe1b64ac823..77beaf72ad2 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -10150,9 +10150,10 @@ no text PTKPump U B:-2/-0/Unblockable Gerrard's Command -G W +W G Instant -Untap target creature. It gets +3/+3 until end of turn. +no text +spPumpTgt:+3/+3:Drawback$UntapTgt:Untap target creature. It gets +3/+3 until end of turn.:Untap target creature. It gets +3/+3 until end of turn. Land Tax W @@ -14901,7 +14902,8 @@ Creatures you control get +X/+X until end of turn, where X is 1 plus the number Inspirit 2 W Instant -Untap target creature. It gets +2/+4 until end of turn. +no text +spPumpTgt:+2/+4:Drawback$UntapTgt:Untap target creature. It gets +2/+4 until end of turn.:Insprit - Untap target creature. It gets +2/+4 until end of turn. Haunted Angel 2 W diff --git a/res/main.properties b/res/main.properties index f0827b746f4..6b0369dab64 100644 --- a/res/main.properties +++ b/res/main.properties @@ -1,6 +1,6 @@ program/mail=mtgerror@yahoo.com program/forum=http://www.slightlymagic.net/forum/viewforum.php?f=26 -program/version=Forge -- official beta: 10/01/17, SVN revision: 311 +program/version=Forge -- official beta: 10/01/17, SVN revision: 312 tokens--file=AllTokens.txt diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index 32286df75d4..ee4cb05c369 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -13512,7 +13512,8 @@ public class CardFactory implements NewConstants { }//*************** END ************ END ************************** - //*************** START *********** START ************************** +/* + //*************** START *********** START ************************** else if(cardName.equals("Gerrard's Command")) { SpellAbility spell = new Spell(card) @@ -13569,7 +13570,7 @@ public class CardFactory implements NewConstants { card.clearSpellAbility(); card.addSpellAbility(spell); }//*************** END ************ END ************************** - +*/ /* //*************** START *********** START ************************** @@ -14044,7 +14045,9 @@ public class CardFactory implements NewConstants { card.clearSpellAbility(); card.addSpellAbility(spell); }//*************** END ************ END ************************** - + + +/* //*************** START *********** START ************************** else if(cardName.equals("Inspirit")) { @@ -14103,6 +14106,8 @@ public class CardFactory implements NewConstants { card.clearSpellAbility(); card.addSpellAbility(spell); }//*************** END ************ END ************************** +*/ + //*************** START *********** START ************************** else if(cardName.equals("Animate Land"))