mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08: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…
Add table
Add a link
Reference in a new issue