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

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