forked from External/mage
clean some of the most frequent copy constructor / copy method (#11053)
This commit is contained in:
parent
5ddb69e1ba
commit
96a2c277b2
66 changed files with 132 additions and 134 deletions
|
|
@ -42,7 +42,7 @@ class EscalateEffect extends CostModificationEffectImpl {
|
|||
this.staticText = "Escalate " + cost.getText() + " <i>(Pay this cost for each mode chosen beyond the first.)</i>";
|
||||
}
|
||||
|
||||
EscalateEffect(final EscalateEffect effect) {
|
||||
private EscalateEffect(final EscalateEffect effect) {
|
||||
super(effect);
|
||||
this.cost = effect.cost.copy();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue