forked from External/mage
improve text generation for intervening if triggers
This commit is contained in:
parent
76c0124052
commit
1b8602bd15
7 changed files with 10 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue