mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
fixed delayed end step triggers not triggering if created during an end step
This commit is contained in:
parent
c63da1bb67
commit
036bc12508
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ public class AtTheBeginOfNextEndStepDelayedTriggeredAbility extends DelayedTrigg
|
|||
}
|
||||
|
||||
public AtTheBeginOfNextEndStepDelayedTriggeredAbility(Zone zone, Effect effect, TargetController targetController, Condition condition) {
|
||||
super(effect, Duration.EndOfTurn);
|
||||
super(effect, Duration.Custom);
|
||||
this.zone = zone;
|
||||
this.targetController = targetController;
|
||||
this.condition = condition;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue