mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00: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) {
|
||||
super(effect);
|
||||
this.effectType = effect.effectType;
|
||||
this.modificationType = effect.modificationType;
|
||||
}
|
||||
|
||||
|
|
|
@ -50,7 +50,6 @@ public abstract class SpliceCardEffectImpl extends ContinuousEffectImpl implemen
|
|||
|
||||
public SpliceCardEffectImpl(final SpliceCardEffectImpl effect) {
|
||||
super(effect);
|
||||
this.effectType = effect.effectType;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue