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() {
|
public GarrukApexPredatorBeastToken() {
|
||||||
super("Beast", "3/3 black Beast creature token with deathtouch");
|
super("Beast", "3/3 black Beast creature token with deathtouch");
|
||||||
setOriginalExpansionSetCode("M15");
|
setOriginalExpansionSetCode("M15");
|
||||||
setTokenType(2);
|
setTokenType(1);
|
||||||
cardType.add(CardType.CREATURE);
|
cardType.add(CardType.CREATURE);
|
||||||
color.setBlack(true);
|
color.setBlack(true);
|
||||||
subtype.add("Beast");
|
subtype.add("Beast");
|
||||||
|
|
Loading…
Reference in a new issue