mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
refactor: fixed dies events support in single cards (part 8, related to #13089, continue from #13088);
This commit is contained in:
parent
a970dc46c7
commit
b855434a24
7 changed files with 67 additions and 5 deletions
|
|
@ -40,6 +40,7 @@ public class OnLeaveReturnExiledAbility extends DelayedTriggeredAbility {
|
|||
super(new ReturnExiledPermanentsEffect(zone), Duration.OneUse);
|
||||
this.usesStack = false;
|
||||
this.setRuleVisible(false);
|
||||
setLeavesTheBattlefieldTrigger(true);
|
||||
}
|
||||
|
||||
protected OnLeaveReturnExiledAbility(final OnLeaveReturnExiledAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue