various and sundry text fixes

This commit is contained in:
xenohedron 2023-11-04 17:44:36 -04:00
parent 26605220f7
commit e122e9d512
21 changed files with 46 additions and 183 deletions

View file

@ -21,7 +21,7 @@ public class BecomesBlockedSourceTriggeredAbility extends TriggeredAbilityImpl {
public BecomesBlockedSourceTriggeredAbility(Effect effect, boolean optional, boolean setTargetPointer) {
super(Zone.BATTLEFIELD, effect, optional);
this.setTargetPointer = setTargetPointer;
setTriggerPhrase("Whenever {this} becomes blocked, ");
setTriggerPhrase(getWhen() + "{this} becomes blocked, ");
this.replaceRuleText = true; // default true to replace "{this}" with "it"
}