fix some effects to use DoIfCostPaid

This commit is contained in:
xenohedron 2023-10-09 23:52:43 -04:00
parent 87756a5cfa
commit bd7ae640c5
6 changed files with 30 additions and 19 deletions

View file

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