mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
- Little fix
This commit is contained in:
parent
0cf18df0aa
commit
e91a86b5a1
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ import mage.target.targetpointer.FixedTarget;
|
|||
public class SovereignsOfLostAlara extends CardImpl<SovereignsOfLostAlara> {
|
||||
|
||||
public SovereignsOfLostAlara(UUID ownerId) {
|
||||
super(ownerId, 12, "Sovereigns of Lost Alara", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{W}{U}");
|
||||
super(ownerId, 12, "Sovereigns of Lost Alara", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{4}{W}{U}");
|
||||
this.expansionSetCode = "ARB";
|
||||
this.subtype.add("Spirit");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue