Skip to content

Commit

Permalink
cardmarket: Support serialized cards from MUT
Browse files Browse the repository at this point in the history
  • Loading branch information
kodawah committed Apr 14, 2024
1 parent 45e6daf commit a916bf6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cardmarket/preprocess.go
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,12 @@ func Preprocess(cardName, variant, edition string) (*mtgmatcher.Card, error) {
variant += " serialized"
}

case "Multiverse Legends":
variant = number
if ogVariant == "V.4" {
variant += " serialized"
}

default:
switch {
// Try to derive the serialized status from the various Extras sets
Expand Down

0 comments on commit a916bf6

Please sign in to comment.