mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Add Monstrosity to unparsed abilities
This commit is contained in:
@@ -2108,6 +2108,8 @@ public class CardFactoryUtil {
|
|||||||
" +1/+1 counters on it and it becomes monstrous.)" + ref;
|
" +1/+1 counters on it and it becomes monstrous.)" + ref;
|
||||||
|
|
||||||
card.addSpellAbility(AbilityFactory.getAbility(effect, card));
|
card.addSpellAbility(AbilityFactory.getAbility(effect, card));
|
||||||
|
// add ability to instrinic strings so copies/clones create the ability also
|
||||||
|
card.getUnparsedAbilities().add(effect);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hasKeyword(card, "Cycling") != -1) {
|
if (hasKeyword(card, "Cycling") != -1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user