forked from External/mage
description cloning
This commit is contained in:
parent
ff669009af
commit
aa5e45e69d
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ import mage.filter.FilterPermanent;
|
|||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
|
|
@ -62,6 +63,8 @@ public class BoostSourceWhileControlsEffect extends WhileConditionContiniousEffe
|
|||
super(effect);
|
||||
this.power = effect.power;
|
||||
this.toughness = effect.toughness;
|
||||
this.filterDescription = new ArrayList<String>();
|
||||
this.filterDescription.addAll(effect.filterDescription);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue