mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
[refactor][minor] removed redundant set for effectType in copy Constructor
This commit is contained in:
parent
04fa2e0b0c
commit
66faa3006d
2 changed files with 0 additions and 2 deletions
|
|
@ -53,7 +53,6 @@ public abstract class CostModificationEffectImpl extends ContinuousEffectImpl im
|
||||||
|
|
||||||
public CostModificationEffectImpl(final CostModificationEffectImpl effect) {
|
public CostModificationEffectImpl(final CostModificationEffectImpl effect) {
|
||||||
super(effect);
|
super(effect);
|
||||||
this.effectType = effect.effectType;
|
|
||||||
this.modificationType = effect.modificationType;
|
this.modificationType = effect.modificationType;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,6 @@ public abstract class SpliceCardEffectImpl extends ContinuousEffectImpl implemen
|
||||||
|
|
||||||
public SpliceCardEffectImpl(final SpliceCardEffectImpl effect) {
|
public SpliceCardEffectImpl(final SpliceCardEffectImpl effect) {
|
||||||
super(effect);
|
super(effect);
|
||||||
this.effectType = effect.effectType;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue