mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
* Hellkite Tyrant - Fixed wrong duration of control effect (fixes #752).
This commit is contained in:
parent
d45c8b52dd
commit
35f249cd44
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class HellkiteTyrantControlEffect extends ContinuousEffectImpl {
|
||||||
private final UUID controllerId;
|
private final UUID controllerId;
|
||||||
|
|
||||||
public HellkiteTyrantControlEffect(UUID controllerId) {
|
public HellkiteTyrantControlEffect(UUID controllerId) {
|
||||||
super(Duration.EndOfCombat, Layer.ControlChangingEffects_2, SubLayer.NA, Outcome.GainControl);
|
super(Duration.EndOfGame, Layer.ControlChangingEffects_2, SubLayer.NA, Outcome.GainControl);
|
||||||
this.controllerId = controllerId;
|
this.controllerId = controllerId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue