mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +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 class DemonToken extends Token {
|
||||||
|
|
||||||
public DemonToken() {
|
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);
|
cardType.add(CardType.CREATURE);
|
||||||
color.setBlack(true);
|
color.setBlack(true);
|
||||||
subtype.add("Demon");
|
subtype.add("Demon");
|
||||||
|
|
Loading…
Reference in a new issue