comment
This commit is contained in:
parent
f6eae0dcd2
commit
456e1f1dea
1 changed files with 3 additions and 1 deletions
|
|
@ -505,7 +505,9 @@ function CheckExtendedCompletion(db) {
|
|||
case "greyPrinceDefeated":
|
||||
case "killedHollowKnight":
|
||||
case "killedFinalBoss":
|
||||
case "grubsCollected": // Collectibles are counted in their own sections
|
||||
// Collectibles are counted in their own sections
|
||||
// falls through
|
||||
case "grubsCollected":
|
||||
case "whisperingRoots":
|
||||
case "relicsWandererJournal":
|
||||
case "relicsHallownestSeal":
|
||||
|
|
|
|||
Loading…
Reference in a new issue