text fixes

This commit is contained in:
xenohedron 2023-12-06 22:27:48 -05:00
parent 6c5d5b8a90
commit 9e1645a1bc
23 changed files with 56 additions and 45 deletions

View file

@ -14,6 +14,7 @@ public class SourcePhaseInTriggeredAbility extends TriggeredAbilityImpl {
public SourcePhaseInTriggeredAbility(Effect effect, boolean optional) {
super(Zone.BATTLEFIELD, effect, optional);
setTriggerPhrase("Whenever {this} phases in, ");
this.replaceRuleText = true;
}
protected SourcePhaseInTriggeredAbility(final SourcePhaseInTriggeredAbility ability) {