mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Fixed typo in in Black Cat
This commit is contained in:
parent
212dbc83e8
commit
9873200772
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class BlackCat extends CardImpl {
|
|||
super(ownerId, 54, "Black Cat", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{B}");
|
||||
this.expansionSetCode = "DKA";
|
||||
this.subtype.add("Zombie");
|
||||
this.subtype.add("Car");
|
||||
this.subtype.add("Cat");
|
||||
|
||||
this.color.setBlack(true);
|
||||
this.power = new MageInt(1);
|
||||
|
|
Loading…
Reference in a new issue