check Wanderer's Journal

This commit is contained in:
ReznoRMichael 2022-01-19 21:02:55 +01:00
parent b6c90e816a
commit e1f534c868
3 changed files with 8 additions and 2 deletions

View file

@ -170,7 +170,9 @@ function HKCheckCompletion(jsonObject) {
saveDataChecker.checkItems(_hk_database_js__WEBPACK_IMPORTED_MODULE_0__["default"].sections.grubs); // ------------------------- Collectibles -> Whispering Roots ---------------------------------------------------------------------- //
saveDataChecker.checkItems(_hk_database_js__WEBPACK_IMPORTED_MODULE_0__["default"].sections.whisperingRoots); // ------------------------- Collectibles -> Items ---------------------------------------------------------------------- //
saveDataChecker.checkItems(_hk_database_js__WEBPACK_IMPORTED_MODULE_0__["default"].sections.whisperingRoots); // ------------------------- Collectibles -> Relics - Wanderer's Journal ----------------------------------------------------------- //
saveDataChecker.checkItems(_hk_database_js__WEBPACK_IMPORTED_MODULE_0__["default"].sections.relicsWanderersJournal); // ------------------------- Collectibles -> Items ---------------------------------------------------------------------- //
CheckAdditionalThings(_hk_database_js__WEBPACK_IMPORTED_MODULE_0__["default"].sections.items, _hk_database_js__WEBPACK_IMPORTED_MODULE_0__["default"].sections.items.entries, HKPlayerData, HKWorldItems); // ------------------------- Secrets -> World Interactions ---------------------------------------------------------------------- //

File diff suppressed because one or more lines are too long

View file

@ -232,6 +232,10 @@ function HKCheckCompletion(jsonObject, benchStart = performance.now()) {
saveDataChecker.checkItems(HK.sections.whisperingRoots);
// ------------------------- Collectibles -> Relics - Wanderer's Journal ----------------------------------------------------------- //
saveDataChecker.checkItems(HK.sections.relicsWanderersJournal);
// ------------------------- Collectibles -> Items ---------------------------------------------------------------------- //
CheckAdditionalThings(HK.sections.items, HK.sections.items.entries, HKPlayerData, HKWorldItems);