fixed delayed end step triggers not triggering if created during an end step

This commit is contained in:
Evan Kranzler 2017-11-11 10:21:17 -05:00
parent c63da1bb67
commit 036bc12508

View file

@ -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;