forked from External/mage
fix #11385 - triggers once per turn
even if another effect would cause additional triggers
This commit is contained in:
parent
e8b94d566a
commit
daecbe2071
3 changed files with 9 additions and 1 deletions
|
|
@ -123,6 +123,11 @@ public abstract class TriggeredAbilityImpl extends AbilityImpl implements Trigge
|
|||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean getTriggersOnceEachTurn() {
|
||||
return this.triggersOnceEachTurn;
|
||||
}
|
||||
|
||||
@Override
|
||||
public TriggeredAbility setDoOnlyOnceEachTurn(boolean doOnlyOnce) {
|
||||
this.optional = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue