fixed Domri, Chaos Bringer mana effect persisting through other turns

This commit is contained in:
Evan Kranzler 2019-01-15 17:53:07 -05:00
parent 08c081f506
commit f8a5744208

View file

@ -106,7 +106,7 @@ class DomriChaosBringerTriggeredAbility extends DelayedTriggeredAbility {
private final UUID spellId;
DomriChaosBringerTriggeredAbility(UUID spellId) {
super(null, Duration.Custom, true);
super(null, Duration.EndOfStep, true);
this.spellId = spellId;
this.usesStack = false;
}