mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
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:
commit
b564bf1760
1 changed files with 106 additions and 106 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue