forked from External/mage
fix some effects to use DoIfCostPaid
This commit is contained in:
parent
87756a5cfa
commit
bd7ae640c5
6 changed files with 30 additions and 19 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue