forked from External/mage
refactor: fixed dies events support in single cards (part 2);
This commit is contained in:
parent
0f8416cfb1
commit
c3343110f3
29 changed files with 114 additions and 11 deletions
|
|
@ -416,6 +416,8 @@ public abstract class TriggeredAbilityImpl extends AbilityImpl implements Trigge
|
|||
@Override
|
||||
public final void setLeavesTheBattlefieldTrigger(boolean leavesTheBattlefieldTrigger) {
|
||||
this.leavesTheBattlefieldTrigger = leavesTheBattlefieldTrigger;
|
||||
|
||||
// TODO: replace override of isInUseableZone in dies only triggers by like "isDiesOnlyTrigger" here
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue