mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
Fixed Gnat Miser's wrong casting cost from {U} to {B}.
This commit is contained in:
parent
4f75a27e31
commit
3f6b2c6163
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue