mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- THS: Added Ember Swallower, Reverent Hunter, Sealock Monster, Stoneshock Giant, and Sylvan Caryatid
This commit is contained in:
@@ -2104,8 +2104,8 @@ public class CardFactoryUtil {
|
|||||||
String effect = "AB$ PutCounter | Cost$ " + manacost + " | ConditionPresent$ " +
|
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 " + magnitude +
|
||||||
"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));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user