small change

This commit is contained in:
Evan Kranzler 2017-08-23 09:40:11 -04:00
parent 22eca2f5cd
commit d0744486ad

View file

@ -72,6 +72,7 @@ public class BoostEnchantedEffect extends ContinuousEffectImpl {
super(effect);
this.power = effect.power.copy();
this.toughness = effect.toughness.copy();
this.lockedIn = effect.lockedIn;
}
@Override