mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
[ORI] Relic Seeker - Fixed wrong rarity.
This commit is contained in:
parent
ab6345e7cf
commit
39f2925376
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ import mage.target.common.TargetCardInLibrary;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class RelicSeeker extends CardImpl {
|
public class RelicSeeker extends CardImpl {
|
||||||
|
|
||||||
private static final FilterCard filter = new FilterCard("an Equipment card");
|
private static final FilterCard filter = new FilterCard("an Equipment card");
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ public class RelicSeeker extends CardImpl {
|
||||||
}
|
}
|
||||||
|
|
||||||
public RelicSeeker(UUID ownerId) {
|
public RelicSeeker(UUID ownerId) {
|
||||||
super(ownerId, 29, "Relic Seeker", Rarity.SPECIAL, new CardType[]{CardType.CREATURE}, "{1}{W}");
|
super(ownerId, 29, "Relic Seeker", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{W}");
|
||||||
this.expansionSetCode = "ORI";
|
this.expansionSetCode = "ORI";
|
||||||
this.subtype.add("Human");
|
this.subtype.add("Human");
|
||||||
this.subtype.add("Soldier");
|
this.subtype.add("Soldier");
|
||||||
|
|
Loading…
Reference in a new issue