Skip to content

Commit 8403a9b

Browse files
authored
Fix: add lunar chests (#73)
1 parent ffa6b65 commit 8403a9b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/configs/oldschool.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export const hiscores = {
6565
"kraken",
6666
"kreearra",
6767
"kril_tsutsaroth",
68+
"lunar_chests",
6869
"mimic",
6970
"nex",
7071
"nightmare",

src/utils/Jagex.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ const formatOSRSBosses = (activitiesArray: string[]) => {
253253
kraken: { rank: 0, count: 0 },
254254
kreearra: { rank: 0, count: 0 },
255255
kril_tsutsaroth: { rank: 0, count: 0 },
256+
lunar_chests: { rank: 0, count: 0 },
256257
mimic: { rank: 0, count: 0 },
257258
nex: { rank: 0, count: 0 },
258259
nightmare: { rank: 0, count: 0 },

0 commit comments

Comments
 (0)