mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
- Little fix
This commit is contained in:
parent
cc50a0866c
commit
38449c6359
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class KarrthusControlEffect extends ContinuousEffectImpl<KarrthusControlEffect>
|
|||
private UUID controllerId;
|
||||
|
||||
public KarrthusControlEffect(UUID controllerId) {
|
||||
super(Duration.WhileOnBattlefield, Layer.ControlChangingEffects_2, SubLayer.NA, Outcome.GainControl);
|
||||
super(Duration.EndOfGame, Layer.ControlChangingEffects_2, SubLayer.NA, Outcome.GainControl);
|
||||
this.controllerId = controllerId;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue