improve text generation for intervening if triggers

This commit is contained in:
xenohedron 2025-06-14 00:46:07 -04:00
parent 76c0124052
commit 1b8602bd15
7 changed files with 10 additions and 6 deletions

View file

@ -218,6 +218,7 @@ public abstract class TriggeredAbilityImpl extends AbilityImpl implements Trigge
@Override
public TriggeredAbility withInterveningIf(Condition interveningIfCondition) {
this.interveningIfCondition = interveningIfCondition;
this.replaceRuleText = false;
return this;
}