forked from External/mage
Fix a minor problem with Xanthic Statue's text
This commit is contained in:
parent
e55c127f6f
commit
cdfdcde2a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue