- Little fix

This commit is contained in:
Jeff 2013-06-27 17:11:07 -05:00
parent cc50a0866c
commit 38449c6359

View file

@ -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;
}