mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Converted Gerrard's Command and Inspirit from hard-coded to keyword only.
This commit is contained in:
@@ -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