- Fixed cost of Scalpelexis.

This commit is contained in:
jeffwadsworth 2012-06-18 11:45:50 -05:00
parent f0cf3b033c
commit 346bfdfc22

View file

@ -50,7 +50,7 @@ import mage.players.Player;
public class Scalpelexis extends CardImpl<Scalpelexis> {
public Scalpelexis(UUID ownerId) {
super(ownerId, 105, "Scalpelexis", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{U}");
super(ownerId, 105, "Scalpelexis", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{4}{U}");
this.expansionSetCode = "10E";
this.subtype.add("Beast");