SetIconGreen hunter's journal entries

This commit is contained in:
ReznoRMichael 2022-02-19 21:58:24 +01:00
parent 84293c68fd
commit b2b794e26c

View file

@ -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++;
}