Fix yet another copy-paste error

This commit is contained in:
LoneFox 2015-09-24 09:05:22 +03:00
parent d6a1f96547
commit 9d52ecef83

View file

@ -43,7 +43,7 @@ public class GoatToken extends Token {
cardType.add(CardType.CREATURE);
color.setWhite(true);
subtype.add("Goat");
power = new MageInt(1);
power = new MageInt(0);
toughness = new MageInt(1);
availableImageSetCodes.addAll(Arrays.asList("EVE", "M13", "M14", "C14"));
}