forked from External/mage
followup text fixes
This commit is contained in:
parent
48cb43351b
commit
a9250ff28a
24 changed files with 52 additions and 43 deletions
|
|
@ -19,7 +19,7 @@ public final class TheEleventhHourToken extends TokenImpl {
|
|||
}
|
||||
|
||||
public TheEleventhHourToken() {
|
||||
super("Human Token", "1/1 white Human creature token with \"Doctor spells you cast cost 1 less to cast.\"");
|
||||
super("Human Token", "1/1 white Human creature token with \"Doctor spells you cast cost {1} less to cast.\"");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setWhite(true);
|
||||
subtype.add(SubType.HUMAN);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue