mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[BLC] various text fixes
This commit is contained in:
parent
fe4d6d3197
commit
02b649f180
10 changed files with 39 additions and 64 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue