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

@ -226,7 +226,7 @@ public abstract class TriggeredAbilityImpl extends AbilityImpl implements Trigge
}
}
if (replaceRuleText && triggerPhrase != null) {
superRule = superRule.replaceFirst("^((?:you may )?sacrifice |put a [^ ]+ counter on )?\\{this\\}", "$1it");
superRule = superRule.replaceFirst("^((?:you may )?sacrifice |put a [^ ]+ counter on |return )?\\{this\\}", "$1it");
}
sb.append(superRule);
if (triggersOnceEachTurn) {