mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fix Rampaging Baloths
This commit is contained in:
parent
82c9dac2c5
commit
9f8849a3e0
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue