Fixed Gnat Miser's wrong casting cost from {U} to {B}.

This commit is contained in:
LevelX2 2013-05-21 08:16:05 +02:00
parent 4f75a27e31
commit 3f6b2c6163

View file

@ -54,7 +54,7 @@ public class GnatMiser extends CardImpl<GnatMiser> {
}
public GnatMiser(UUID ownerId) {
super(ownerId, 70, "Gnat Miser", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{U}");
super(ownerId, 70, "Gnat Miser", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{B}");
this.expansionSetCode = "SOK";
this.subtype.add("Rat");
this.subtype.add("Shaman");