mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Empress Galina - Fixed wrong casting costs.
This commit is contained in:
parent
aa5d050571
commit
97414233d9
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue