small text fix

This commit is contained in:
Evan Kranzler 2022-11-21 20:04:53 -05:00
parent 470d1519c9
commit 4700fe99c1
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ public final class DescentIntoAvernus extends CardImpl {
); );
ability.addEffect(new CreateTokenAllEffect( ability.addEffect(new CreateTokenAllEffect(
new TreasureToken(), xValue, TargetController.EACH_PLAYER new TreasureToken(), xValue, TargetController.EACH_PLAYER
).setText("then each player creates X Treasure tokens")); ).setText("Then each player creates X Treasure tokens"));
ability.addEffect(new DamagePlayersEffect( ability.addEffect(new DamagePlayersEffect(
Outcome.Damage, xValue, TargetController.ANY Outcome.Damage, xValue, TargetController.ANY
).setText("and {this} deals X damage to each player, where X is the number of descent counters on {this}")); ).setText("and {this} deals X damage to each player, where X is the number of descent counters on {this}"));

View file

@ -17,7 +17,7 @@ public final class GrismoldPlantToken extends TokenImpl {
} }
public GrismoldPlantToken() { public GrismoldPlantToken() {
super("Plant Token", "1/1 green Plant creature"); super("Plant Token", "1/1 green Plant creature token");
cardType.add(CardType.CREATURE); cardType.add(CardType.CREATURE);
color.setGreen(true); color.setGreen(true);
subtype.add(SubType.PLANT); subtype.add(SubType.PLANT);