mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08: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…
Add table
Add a link
Reference in a new issue