mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Keeper of the Lens - Fixed wrong rarity (was uncommon instead of common).
This commit is contained in:
parent
e5437643c8
commit
3263a9a77c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue