mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Fix another copy-paste error
This commit is contained in:
parent
f380b2cdde
commit
bee7758625
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue