mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Fix yet another copy-paste error
This commit is contained in:
parent
d6a1f96547
commit
9d52ecef83
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class GoatToken extends Token {
|
||||||
cardType.add(CardType.CREATURE);
|
cardType.add(CardType.CREATURE);
|
||||||
color.setWhite(true);
|
color.setWhite(true);
|
||||||
subtype.add("Goat");
|
subtype.add("Goat");
|
||||||
power = new MageInt(1);
|
power = new MageInt(0);
|
||||||
toughness = new MageInt(1);
|
toughness = new MageInt(1);
|
||||||
availableImageSetCodes.addAll(Arrays.asList("EVE", "M13", "M14", "C14"));
|
availableImageSetCodes.addAll(Arrays.asList("EVE", "M13", "M14", "C14"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue