Converted Gerrard's Command and Inspirit from hard-coded to keyword only.

This commit is contained in:
jendave
2011-08-06 03:17:37 +00:00
parent 9ae626e539
commit d3c25cd91f
3 changed files with 14 additions and 7 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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 **************************
@@ -14045,6 +14046,8 @@ public class CardFactory implements NewConstants {
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"))