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");