[ORI] Relic Seeker - Fixed wrong rarity.

This commit is contained in:
LevelX2 2015-07-05 19:09:43 +02:00
parent ab6345e7cf
commit 39f2925376

View file

@ -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");