Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kodawah committed Jun 28, 2024
1 parent 8ee1a18 commit d9f2d57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mtgmatcher/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package mtgmatcher

import (
"errors"
"log"
"math/rand"
"regexp"
"strconv"
Expand Down Expand Up @@ -702,6 +703,8 @@ func SealedIsRandom(setCode, sealedUUID string) bool {
case "pack":
return true
case "sealed":
co, _ := GetUUID(contents.UUID)
log.Println(co)
if SealedIsRandom(content.Set, content.UUID) {
return true
}
Expand Down

0 comments on commit d9f2d57

Please sign in to comment.