mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
small text fix
This commit is contained in:
parent
470d1519c9
commit
4700fe99c1
2 changed files with 2 additions and 2 deletions
|
@ -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}"));
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue