mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Fix BlackGreenElfToken not being black
This commit is contained in:
parent
6bbdcf54f7
commit
7c26abd382
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ public final class BlackGreenElfToken extends TokenImpl {
|
|||
public BlackGreenElfToken() {
|
||||
super("Elf Token", "2/2 black and green Elf creature token");
|
||||
this.cardType.add(CardType.CREATURE);
|
||||
this.color.setBlack(true);
|
||||
this.color.setGreen(true);
|
||||
this.subtype.add(SubType.ELF);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue