* Keeper of the Lens - Fixed wrong rarity (was uncommon instead of common).

This commit is contained in:
LevelX2 2015-03-23 01:21:28 +01:00
parent e5437643c8
commit 3263a9a77c

View file

@ -57,7 +57,7 @@ import mage.target.common.TargetCreaturePermanent;
public class KeeperOfTheLens extends CardImpl {
public KeeperOfTheLens(UUID ownerId) {
super(ownerId, 240, "Keeper of the Lens", Rarity.UNCOMMON, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{1}");
super(ownerId, 240, "Keeper of the Lens", Rarity.COMMON, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{1}");
this.expansionSetCode = "DTK";
this.subtype.add("Golem");
this.power = new MageInt(1);