forked from External/mage
removed string constructor in SuperTypePredicate
This commit is contained in:
parent
8b44327312
commit
813d84274a
87 changed files with 265 additions and 224 deletions
|
|
@ -36,7 +36,7 @@ public class CopyTokenEffect extends ContinuousEffectImpl {
|
|||
}
|
||||
permanent.getSuperType().clear();
|
||||
for (SuperType type: token.getSuperType()) {
|
||||
permanent.getSuperType().add(type);
|
||||
permanent.addSuperType(type);
|
||||
}
|
||||
permanent.getAbilities().clear();
|
||||
for (Ability ability: token.getAbilities()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue