removed string constructor in SuperTypePredicate

This commit is contained in:
ingmargoudt 2017-04-09 10:50:31 +02:00
parent 8b44327312
commit 813d84274a
87 changed files with 265 additions and 224 deletions

View file

@ -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()) {