mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Primal Boost: Cycling is now keyword. Some descriptive text was appearing twice, fixed. Added NOTE about the missing ability for this card.
This commit is contained in:
@@ -14512,11 +14512,11 @@ public class CardFactory implements NewConstants {
|
||||
}
|
||||
}//resolve()
|
||||
};
|
||||
spell.setDescription("Target creature gets +4/+4 until end of turn.");
|
||||
spell.setDescription("\r\nTarget creature gets +4/+4 until end of turn.");
|
||||
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
||||
card.clearSpellAbility();
|
||||
card.addSpellAbility(spell);
|
||||
card.addSpellAbility(CardFactoryUtil.ability_cycle(card, "2 G"));
|
||||
//card.addSpellAbility(CardFactoryUtil.ability_cycle(card, "2 G"));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
//*************** START *********** START **************************
|
||||
|
||||
Reference in New Issue
Block a user