fix #13451 (Nether Traitor), add test

This commit is contained in:
xenohedron 2025-03-16 00:45:48 -04:00
parent 198fc02e0c
commit fa88a3217d
3 changed files with 137 additions and 61 deletions

View file

@ -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);