[BLC] various text fixes

This commit is contained in:
theelk801 2025-06-02 16:52:09 -04:00
parent fe4d6d3197
commit 02b649f180
10 changed files with 39 additions and 64 deletions

View file

@ -18,7 +18,7 @@ public final class GarrukCursedHuntsmanToken extends TokenImpl {
= new FilterControlledPermanent(SubType.GARRUK, "Garruk you control");
public GarrukCursedHuntsmanToken() {
super("Wolf Token", "2/2 black and green Wolf creature token with \"When this creature dies, put a loyalty counter on each Garruk you control.\"");
super("Wolf Token", "2/2 black and green Wolf creature token with \"When this token dies, put a loyalty counter on each Garruk you control.\"");
cardType.add(CardType.CREATURE);
color.setBlack(true);
color.setGreen(true);

View file

@ -12,7 +12,7 @@ import mage.constants.SubType;
public final class Pest11GainLifeToken extends TokenImpl {
public Pest11GainLifeToken() {
super("Pest Token", "1/1 black and green Pest creature token with \"When this creature dies, you gain 1 life.\"");
super("Pest Token", "1/1 black and green Pest creature token with \"When this token dies, you gain 1 life.\"");
cardType.add(CardType.CREATURE);
color.setBlack(true);
color.setGreen(true);