mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
WistfulSelkie cost fix
This commit is contained in:
parent
9017b248e9
commit
47b63c87f4
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ import mage.cards.CardImpl;
|
|||
public class WistfulSelkie extends CardImpl<WistfulSelkie> {
|
||||
|
||||
public WistfulSelkie (UUID ownerId) {
|
||||
super(ownerId, 165, "Wistful Selkie", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{B/G}{B/G}{B/G}");
|
||||
super(ownerId, 165, "Wistful Selkie", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{G/U}{G/U}{G/U}");
|
||||
this.expansionSetCode = "EVE";
|
||||
this.subtype.add("Merfolk");
|
||||
this.subtype.add("Wizard");
|
||||
|
|
Loading…
Reference in a new issue