Skip to content

Commit

Permalink
Fix Notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit committed Feb 12, 2024
1 parent 2abdaff commit 52d24ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/data/Collections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function kcProg(mon: Monster): FormatProgressFunction {
}

function mgProg(minigameName: MinigameName): FormatProgressFunction {
return ({ minigames }) => `${minigames[minigameName]} KC`;
return ({ minigames }) => `${minigames[minigameName]} Completions`;
}

function skillProg(skillName: SkillsEnum): FormatProgressFunction {
Expand Down Expand Up @@ -807,7 +807,7 @@ export const allCollectionLogs: ICollection = {
"Shades of Mort'ton": {
items: shadesOfMorttonCL,
isActivity: true,
fmtProg: () => '0 KC'
fmtProg: mgProg('shades_of_morton')
},
'Soul Wars': {
alias: ['soul wars', 'sw'],
Expand Down

0 comments on commit 52d24ba

Please sign in to comment.