fixed a change left out from previous commit failure

This commit is contained in:
Evan Kranzler 2021-04-28 13:26:55 -04:00
parent bf2e90feae
commit dfc290a206

View file

@ -32,7 +32,7 @@ public class CopyEffect extends ContinuousEffectImpl {
}
public CopyEffect(Duration duration, MageObject copyFromObject, UUID copyToObjectId) {
super(duration, Layer.CopyEffects_1, SubLayer.NA, Outcome.BecomeCreature);
super(duration, Layer.CopyEffects_1, SubLayer.CopyEffects_1a, Outcome.BecomeCreature);
this.copyFromObject = copyFromObject;
this.copyToObjectId = copyToObjectId;
}