mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
fixed a change left out from previous commit failure
This commit is contained in:
parent
bf2e90feae
commit
dfc290a206
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue