mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Converted Gerrard's Command and Inspirit from hard-coded to keyword only.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user