* Spinal Embrace - Fixed wrong casting costs.

This commit is contained in:
LevelX2 2014-01-11 10:29:07 +01:00
parent e490d6af61
commit 2461719456

View file

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