mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
text fix
This commit is contained in:
parent
16d82e9049
commit
395d858056
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ public final class GnomeSoldierStarStarToken extends TokenImpl {
|
|||
|
||||
public GnomeSoldierStarStarToken() {
|
||||
super("Gnome Soldier Token", "white Gnome Soldier artifact creature token with "
|
||||
+ "\"this creature's power and toughness are each equal to the number of artifacts and/or creatures you control.\"");
|
||||
+ "\"This creature's power and toughness are each equal to the number of artifacts and/or creatures you control.\"");
|
||||
cardType.add(CardType.ARTIFACT);
|
||||
cardType.add(CardType.CREATURE);
|
||||
subtype.add(SubType.GNOME);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue