Fix another copy-paste error

This commit is contained in:
LoneFox 2015-09-24 07:54:45 +03:00
parent f380b2cdde
commit bee7758625

View file

@ -40,7 +40,7 @@ import mage.abilities.keyword.FlyingAbility;
public class DemonToken extends Token {
public DemonToken() {
super("Demon", "1/1 black Demon creature token with flying");
super("Demon", "5/5 black Demon creature token with flying");
cardType.add(CardType.CREATURE);
color.setBlack(true);
subtype.add("Demon");