Skip to content

Commit

Permalink
Add minions inferno kc to cl (#5911)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit authored Jun 13, 2024
1 parent 8b655e1 commit f26e505
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/data/Collections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,10 @@ export const allCollectionLogs: ICollection = {
fmtProg: kcProg(Monsters.Hespori)
},
'The Inferno': {
kcActivity: {
Default: async (_, minigameScores) =>
minigameScores.find(i => i.minigame.column === 'inferno')!.score
},
alias: ['zuk', 'inferno'],
items: theInfernoCL,
fmtProg: ({ minigames }) => `${minigames.inferno} KC`
Expand Down

0 comments on commit f26e505

Please sign in to comment.