From 346bfdfc2230e489fe2eadaf37dba9cfe6acb518 Mon Sep 17 00:00:00 2001 From: jeffwadsworth Date: Mon, 18 Jun 2012 11:45:50 -0500 Subject: [PATCH] - Fixed cost of Scalpelexis. --- Mage.Sets/src/mage/sets/tenth/Scalpelexis.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/tenth/Scalpelexis.java b/Mage.Sets/src/mage/sets/tenth/Scalpelexis.java index e352b1ebcef..5ca20b1964c 100644 --- a/Mage.Sets/src/mage/sets/tenth/Scalpelexis.java +++ b/Mage.Sets/src/mage/sets/tenth/Scalpelexis.java @@ -50,7 +50,7 @@ import mage.players.Player; public class Scalpelexis extends CardImpl { 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");