* Dream Halls - Fixed wrong casting costs.

This commit is contained in:
LevelX2 2014-09-11 16:58:51 +02:00
parent 67703006c6
commit 86abd6a2e5

View file

@ -54,7 +54,7 @@ import mage.players.Player;
public class DreamHalls extends CardImpl {
public DreamHalls(UUID ownerId) {
super(ownerId, 28, "Dream Halls", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{3}{U}");
super(ownerId, 28, "Dream Halls", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{3}{U}{U}");
this.expansionSetCode = "STH";
this.color.setBlue(true);