diff --git a/src/js/hk-functions.js b/src/js/hk-functions.js index ec886f7..df10186 100644 --- a/src/js/hk-functions.js +++ b/src/js/hk-functions.js @@ -22,6 +22,12 @@ import MAP from "./hk-dictionary.js"; section.percent += 2; break; + // Hunter's Journal entries + case "hk-journal": + section.percent++; + section.midPercent++; + break; + default: section.percent++; }