mirror of
https://github.com/correl/mage.git
synced 2024-12-24 03:00:14 +00:00
Merge pull request #1132 from brodee/master
Fixed: Garruk Apex Predator was using the wrong image for the beast t…
This commit is contained in:
commit
935e3e38f3
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue