mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
- Fixed cost of Scalpelexis.
This commit is contained in:
parent
f0cf3b033c
commit
346bfdfc22
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue