even more text fixes/updates

This commit is contained in:
xenohedron 2024-06-01 16:32:11 -04:00
parent 410144eb52
commit af89fd80ee
21 changed files with 45 additions and 82 deletions

View file

@ -23,6 +23,7 @@ public class OneOrMoreCountersAddedTriggeredAbility extends TriggeredAbilityImpl
super(Zone.ALL, effect, optional);
this.counterType = counterType;
setTriggerPhrase("Whenever one or more " + counterType.getName() + " counters are put on {this}, ");
this.withRuleTextReplacement(true);
}
protected OneOrMoreCountersAddedTriggeredAbility(final OneOrMoreCountersAddedTriggeredAbility ability) {