Skip to content

Commit

Permalink
fix highscores
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit committed Aug 28, 2024
1 parent e7192fe commit 99f5c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const CLUES = ["all", "beginner", "easy", "medium", "hard", "elite", "mas
export const mappedBossNames: [keyof BossRecords, string][] = [
["abyssalSire", "Abyssal Sire"],
["alchemicalHydra", "Alchemical Hydra"],
["araxxor", "Araxxor"],
["artio", "Artio"],
["barrowsChests", "Barrows Chests"],
["bryophyta", "Bryophyta"],
Expand Down
1 change: 1 addition & 0 deletions src/meta/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export interface SkillsScore {
export interface BossRecords {
abyssalSire: MinigameScore;
alchemicalHydra: MinigameScore;
araxxor: MinigamesScore;
artio: MinigameScore;
barrowsChests: MinigameScore;
bryophyta: MinigameScore;
Expand Down

0 comments on commit 99f5c5c

Please sign in to comment.