forked from External/mage
added addCardType to MageObject
This commit is contained in:
parent
cf6fe27f7d
commit
8b90f87af6
52 changed files with 72 additions and 72 deletions
|
|
@ -28,7 +28,7 @@ public class CopyTokenEffect extends ContinuousEffectImpl {
|
|||
permanent.getColor(game).setColor(token.getColor(game));
|
||||
permanent.getCardType().clear();
|
||||
for (CardType type: token.getCardType()) {
|
||||
permanent.getCardType().add(type);
|
||||
permanent.addCardType(type);
|
||||
}
|
||||
permanent.getSubtype(game).clear();
|
||||
for (String type: token.getSubtype(game)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue