We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa6b65 commit 8403a9bCopy full SHA for 8403a9b
src/configs/oldschool.ts
@@ -65,6 +65,7 @@ export const hiscores = {
65
"kraken",
66
"kreearra",
67
"kril_tsutsaroth",
68
+ "lunar_chests",
69
"mimic",
70
"nex",
71
"nightmare",
src/utils/Jagex.ts
@@ -253,6 +253,7 @@ const formatOSRSBosses = (activitiesArray: string[]) => {
253
kraken: { rank: 0, count: 0 },
254
kreearra: { rank: 0, count: 0 },
255
kril_tsutsaroth: { rank: 0, count: 0 },
256
+ lunar_chests: { rank: 0, count: 0 },
257
mimic: { rank: 0, count: 0 },
258
nex: { rank: 0, count: 0 },
259
nightmare: { rank: 0, count: 0 },
0 commit comments