* Skybind - Fixed wrong casting costs of Skybind (was WW instead of 3WW).

This commit is contained in:
LevelX2 2014-04-23 23:25:22 +02:00
parent 81e396555c
commit d95c2627f4

View file

@ -58,7 +58,7 @@ public class Skybind extends CardImpl<Skybind> {
}
public Skybind(UUID ownerId) {
super(ownerId, 25, "Skybind", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{W}{W}");
super(ownerId, 25, "Skybind", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{3}{W}{W}");
this.expansionSetCode = "JOU";
this.color.setWhite(true);