- Add Monstrosity to unparsed abilities

This commit is contained in:
swordshine
2013-09-04 13:42:04 +00:00
parent b480c2895c
commit 3df8397c9a

View File

@@ -2108,6 +2108,8 @@ public class CardFactoryUtil {
" +1/+1 counters on it and it becomes monstrous.)" + ref;
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) {