mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fixed Domri, Chaos Bringer mana effect persisting through other turns
This commit is contained in:
parent
08c081f506
commit
f8a5744208
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class DomriChaosBringerTriggeredAbility extends DelayedTriggeredAbility {
|
||||||
private final UUID spellId;
|
private final UUID spellId;
|
||||||
|
|
||||||
DomriChaosBringerTriggeredAbility(UUID spellId) {
|
DomriChaosBringerTriggeredAbility(UUID spellId) {
|
||||||
super(null, Duration.Custom, true);
|
super(null, Duration.EndOfStep, true);
|
||||||
this.spellId = spellId;
|
this.spellId = spellId;
|
||||||
this.usesStack = false;
|
this.usesStack = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue