fix some card text

This commit is contained in:
xenohedron 2025-09-13 18:55:14 -04:00
parent 10a8059eae
commit 9a6504c1fa
25 changed files with 34 additions and 37 deletions

View file

@ -333,7 +333,7 @@ public abstract class TriggeredAbilityImpl extends AbilityImpl implements Trigge
}
}
if (replaceRuleText && triggerPhrase != null) {
superRule = superRule.replaceFirst("^((?:you may )?sacrifice |(put|remove) [^ ]+ [^ ]+ counters? (on|from) |return |transform |untap |regenerate |attach )?\\{this\\}", "$1it");
superRule = superRule.replaceFirst("^((?:you may )?sacrifice |(put|remove) [^ ]+ [^ ]+ counters? (on|from) |return |transform |untap |regenerate |attach |exile )?\\{this\\}", "$1it");
}
sb.append(superRule);
if (triggerLimitEachTurn != Integer.MAX_VALUE) {