Fix a minor problem with Xanthic Statue's text

This commit is contained in:
LoneFox 2015-09-14 11:35:05 +03:00
parent e55c127f6f
commit cdfdcde2a5

View file

@ -68,7 +68,7 @@ public class XanthicStatue extends CardImpl {
class XanthicStatueCreature extends Token {
public XanthicStatueCreature() {
super("Xanthic Statue", "an 8/8 Golem artifact creature with trample");
super("Xanthic Statue", "8/8 Golem artifact creature with trample");
cardType.add(CardType.ARTIFACT);
cardType.add(CardType.CREATURE);
power = new MageInt(8);