Fix Rampaging Baloths

This commit is contained in:
Plopman 2012-09-13 16:28:04 +02:00
parent 82c9dac2c5
commit 9f8849a3e0

View file

@ -72,6 +72,7 @@ class RampagingBalothsToken extends Token {
super("Beast", "4/4 green Beast creature token"); super("Beast", "4/4 green Beast creature token");
cardType.add(CardType.CREATURE); cardType.add(CardType.CREATURE);
subtype.add("Beast"); subtype.add("Beast");
this.color.setGreen(true);
power = new MageInt(4); power = new MageInt(4);
toughness = new MageInt(4); toughness = new MageInt(4);
} }