lots of text fixes

This commit is contained in:
xenohedron 2023-11-23 01:22:14 -05:00
parent a7de73723f
commit 109547a1ad
73 changed files with 158 additions and 184 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 an? [^ ]+ counter on |return |transform )?\\{this\\}", "$1it");
superRule = superRule.replaceFirst("^((?:you may )?sacrifice |put an? [^ ]+ counter on |return |transform |untap )?\\{this\\}", "$1it");
}
sb.append(superRule);
if (triggersOnceEachTurn) {