Merge pull request #1867 from fenhl/heliod-god-of-the-sun

Fix Heliod's token-generating ability not saying “token”
This commit is contained in:
Derek M 2016-04-14 08:17:57 -04:00
commit b564bf1760

View file

@ -93,7 +93,7 @@ public class HeliodGodOfTheSun extends CardImpl {
class HeliodGodOfTheSunToken extends Token { class HeliodGodOfTheSunToken extends Token {
public HeliodGodOfTheSunToken() { public HeliodGodOfTheSunToken() {
super("Cleric", "2/1 white Cleric enchantment creature"); super("Cleric", "2/1 white Cleric enchantment creature token");
this.cardType.add(CardType.CREATURE); this.cardType.add(CardType.CREATURE);
this.cardType.add(CardType.ENCHANTMENT); this.cardType.add(CardType.ENCHANTMENT);