mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
- Fix cost
This commit is contained in:
parent
1ffd060a70
commit
180272f7d4
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ import mage.filter.predicate.other.AuraPermanentCanAttachToPermanentId;
|
|||
public class BrunaLightOfAlabaster extends CardImpl<BrunaLightOfAlabaster> {
|
||||
|
||||
public BrunaLightOfAlabaster(UUID ownerId) {
|
||||
super(ownerId, 208, "Bruna, Light of Alabaster", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{W}{W}{U}");
|
||||
super(ownerId, 208, "Bruna, Light of Alabaster", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{3}{W}{W}{U}");
|
||||
this.expansionSetCode = "AVR";
|
||||
this.supertype.add("Legendary");
|
||||
this.subtype.add("Angel");
|
||||
|
|
Loading…
Reference in a new issue