mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Fixed Monstrosity
This commit is contained in:
@@ -2106,7 +2106,7 @@ public class CardFactoryUtil {
|
||||
card.removeIntrinsicKeyword(parse);
|
||||
|
||||
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$ " +
|
||||
magnitude + " | CounterType$ P1P1 | SpellDescription$ Monstrosity " +
|
||||
magnitude + " (If this creature isn't monstrous, put four +1/+1 " +
|
||||
|
||||
Reference in New Issue
Block a user