forked from External/mage
text fixes
This commit is contained in:
parent
2e79595ecf
commit
f4920b60ed
2 changed files with 6 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ import mage.constants.SubType;
|
|||
public final class StitchersApprenticeHomunculusToken extends TokenImpl {
|
||||
|
||||
public StitchersApprenticeHomunculusToken() {
|
||||
super("Homunculus Token", "2/2 blue Homunculus creature");
|
||||
super("Homunculus Token", "2/2 blue Homunculus creature token");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setBlue(true);
|
||||
subtype.add(SubType.HOMUNCULUS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue