Fix a copy-paste error

This commit is contained in:
LoneFox 2015-09-26 11:44:59 +03:00
parent 4e5bcddd56
commit b64c495212

View file

@ -42,7 +42,7 @@ public class DragonToken2 extends Token {
public DragonToken2() {
super("Dragon", "5/5 red Dragon creature token with flying");
cardType.add(CardType.CREATURE);
color.setWhite(true);
color.setRed(true);
subtype.add("Dragon");
power = new MageInt(5);
toughness = new MageInt(5);