mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08: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…
Add table
Add a link
Reference in a new issue