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
|
|
@ -46,7 +46,7 @@ public class OrTriggeredAbility extends TriggeredAbilityImpl {
|
|||
}
|
||||
|
||||
if (ability.isLeavesTheBattlefieldTrigger()) {
|
||||
this.setLeavesTheBattlefieldTrigger(true);
|
||||
setLeavesTheBattlefieldTrigger(true);
|
||||
}
|
||||
}
|
||||
setTriggerPhrase(generateTriggerPhrase());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue