mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
* Dream Halls - Fixed wrong casting costs.
This commit is contained in:
parent
67703006c6
commit
86abd6a2e5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue