SetIconGreen hunter's journal entries
This commit is contained in:
parent
84293c68fd
commit
b2b794e26c
1 changed files with 6 additions and 0 deletions
|
|
@ -22,6 +22,12 @@ import MAP from "./hk-dictionary.js";
|
||||||
section.percent += 2;
|
section.percent += 2;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
// Hunter's Journal entries
|
||||||
|
case "hk-journal":
|
||||||
|
section.percent++;
|
||||||
|
section.midPercent++;
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
section.percent++;
|
section.percent++;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue