mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
fixed Kasmina token creation text (fixes #5731)
This commit is contained in:
parent
323e3f544d
commit
8bc01775dd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import mage.constants.SubType;
|
|||
public final class WizardToken extends TokenImpl {
|
||||
|
||||
public WizardToken() {
|
||||
super("Wizard", "2/2 blue Human Wizard creature token");
|
||||
super("Wizard", "2/2 blue Wizard creature token");
|
||||
cardType.add(CardType.CREATURE);
|
||||
subtype.add(SubType.WIZARD);
|
||||
color.setBlue(true);
|
||||
|
|
Loading…
Reference in a new issue