* Empress Galina - Fixed wrong casting costs.

This commit is contained in:
LevelX2 2015-04-29 01:18:14 +02:00
parent aa5d050571
commit 97414233d9

View file

@ -56,7 +56,7 @@ public class EmpressGalina extends CardImpl {
} }
public EmpressGalina(UUID ownerId) { public EmpressGalina(UUID ownerId) {
super(ownerId, 54, "Empress Galina", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{3}{U}"); super(ownerId, 54, "Empress Galina", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{3}{U}{U}");
this.expansionSetCode = "INV"; this.expansionSetCode = "INV";
this.supertype.add("Legendary"); this.supertype.add("Legendary");
this.subtype.add("Merfolk"); this.subtype.add("Merfolk");