mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
* Spinal Embrace - Fixed wrong casting costs.
This commit is contained in:
parent
e490d6af61
commit
2461719456
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class SpinalEmbrace extends CardImpl<SpinalEmbrace> {
|
|||
}
|
||||
|
||||
public SpinalEmbrace(UUID ownerId) {
|
||||
super(ownerId, 276, "Spinal Embrace", Rarity.RARE, new CardType[]{CardType.INSTANT}, "{3}{U}");
|
||||
super(ownerId, 276, "Spinal Embrace", Rarity.RARE, new CardType[]{CardType.INSTANT}, "{3}{U}{U}{B}");
|
||||
this.expansionSetCode = "INV";
|
||||
|
||||
this.color.setBlue(true);
|
||||
|
|
Loading…
Reference in a new issue