Merge pull request #579 from sadger/BlackC

Fixed typo in in Black Cat
This commit is contained in:
LevelX2 2014-09-26 21:04:40 +02:00
commit 5a50d1d0b0

View file

@ -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);