Fixed: Garruk Apex Predator was using the wrong image for the beast tokens. They are correctly implemented as 3/3 deathtouch black beasts, but the tokens it showed are 3/3 beasts with no abilities.

This commit is contained in:
brodee 2015-07-20 20:09:38 -07:00
parent c7a349f65f
commit 21b7022515

View file

@ -148,7 +148,7 @@ class GarrukApexPredatorBeastToken extends Token {
public GarrukApexPredatorBeastToken() {
super("Beast", "3/3 black Beast creature token with deathtouch");
setOriginalExpansionSetCode("M15");
setTokenType(2);
setTokenType(1);
cardType.add(CardType.CREATURE);
color.setBlack(true);
subtype.add("Beast");