mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fix the card number of Relic Seeker
This commit is contained in:
parent
aaef4b7caf
commit
a027a4d190
1 changed files with 4 additions and 4 deletions
|
@ -54,7 +54,7 @@ public class RelicSeeker extends CardImpl {
|
|||
}
|
||||
|
||||
public RelicSeeker(UUID ownerId) {
|
||||
super(ownerId, 107, "Relic Seeker", Rarity.SPECIAL, new CardType[]{CardType.CREATURE}, "{1}{W}");
|
||||
super(ownerId, 29, "Relic Seeker", Rarity.SPECIAL, new CardType[]{CardType.CREATURE}, "{1}{W}");
|
||||
this.expansionSetCode = "ORI";
|
||||
this.subtype.add("Human");
|
||||
this.subtype.add("Soldier");
|
||||
|
|
Loading…
Reference in a new issue