mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
fix #13451 (Nether Traitor), add test
This commit is contained in:
parent
198fc02e0c
commit
fa88a3217d
3 changed files with 137 additions and 61 deletions
|
|
@ -10,7 +10,7 @@ import mage.constants.SubType;
|
|||
public final class CarnivoreToken extends TokenImpl {
|
||||
|
||||
public CarnivoreToken() {
|
||||
super("Carnivore Token", "3/1 red Beast creature token");
|
||||
super("Carnivore", "3/1 red Beast creature token");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setRed(true);
|
||||
subtype.add(SubType.BEAST);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue