- Fixed Monstrosity

This commit is contained in:
swordshine
2013-09-03 00:38:42 +00:00
parent b4ae3c97a3
commit 3c86a85cd3

View File

@@ -2106,7 +2106,7 @@ public class CardFactoryUtil {
card.removeIntrinsicKeyword(parse); card.removeIntrinsicKeyword(parse);
String ref = "X".equals(magnitude) ? " | References$ X" : ""; String ref = "X".equals(magnitude) ? " | References$ X" : "";
String effect = "AB$ PutCounter | Cost$ " + manacost + " | IsPresent$ " + String effect = "AB$ PutCounter | Cost$ " + manacost + " | ConditionPresent$ " +
"Card.Self+IsNotMonstrous | Monstrosity$ True | CounterNum$ " + "Card.Self+IsNotMonstrous | Monstrosity$ True | CounterNum$ " +
magnitude + " | CounterType$ P1P1 | SpellDescription$ Monstrosity " + magnitude + " | CounterType$ P1P1 | SpellDescription$ Monstrosity " +
magnitude + " (If this creature isn't monstrous, put four +1/+1 " + magnitude + " (If this creature isn't monstrous, put four +1/+1 " +