mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
convert Mobilization to abMakeToken and stPumpAll keywords
This commit is contained in:
@@ -6175,7 +6175,7 @@ public class CardFactory implements NewConstants {
|
||||
card.addSpellAbility(ability);
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Mobilization")) {
|
||||
final SpellAbility ability = new Ability(card, "2 W") {
|
||||
@@ -6190,7 +6190,7 @@ public class CardFactory implements NewConstants {
|
||||
card.addSpellAbility(ability);
|
||||
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Centaur Glade")) {
|
||||
|
||||
Reference in New Issue
Block a user