forked from External/mage
fixed Bazaar of Wonder mana cost
This commit is contained in:
parent
aa3c860e23
commit
91c0c700cc
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ import mage.players.Player;
|
|||
public final class BazaarOfWonders extends CardImpl {
|
||||
|
||||
public BazaarOfWonders(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{3}{U}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{3}{U}{U}");
|
||||
|
||||
this.addSuperType(SuperType.WORLD);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue