mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
* Feed from the Real [SOK] - Fixed wrong rarity.
This commit is contained in:
parent
7c6e1d026d
commit
b70ff3fe33
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class FreedFromTheReal extends CardImpl<FreedFromTheReal> {
|
||||
|
||||
public FreedFromTheReal(UUID ownerId) {
|
||||
super(ownerId, 38, "Freed from the Real", Rarity.UNCOMMON, new CardType[]{CardType.ENCHANTMENT}, "{2}{U}");
|
||||
super(ownerId, 38, "Freed from the Real", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT}, "{2}{U}");
|
||||
this.expansionSetCode = "SOK";
|
||||
this.color.setBlue(true);
|
||||
this.subtype.add("Aura");
|
||||
|
|
Loading…
Reference in a new issue