* Started to fix color setting for cards (e.g. Painter's Serverant) #408 (not completely finished yet).

This commit is contained in:
LevelX2 2015-06-10 01:24:38 +02:00
parent 119422750c
commit c27ef5ee97
169 changed files with 515 additions and 395 deletions

View file

@ -83,7 +83,7 @@ public class CopyTokenFunction implements Function<Token, Card> {
}
target.setName(sourceObj.getName());
target.getColor().setColor(sourceObj.getColor());
target.getColor(null).setColor(sourceObj.getColor(null));
target.getManaCost().clear();
target.getManaCost().add(sourceObj.getManaCost());
target.getCardType().clear();