mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Merge origin/master
This commit is contained in:
commit
cbc2518c05
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