Skip to content

Commit

Permalink
Fix activity status for christmas trip
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Dec 23, 2024
1 parent 1b2a5de commit 51a6b8d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/lib/util/minionStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -843,10 +843,17 @@ export function minionStatus(user: MUser) {
method.name
}. The trip should take ${formatDuration(durationRemaining)}.`;
}
case 'TuraelsTrials':
case 'TuraelsTrials': {
return `${name} is currently slaying monsters in Turaels Trials. The trip should take ${formatDuration(
durationRemaining
)}.`;
}

case 'SnoozeSpellActive': {
return `${name} is currently actively casting the christmas event snooze spell. The trip should take ${formatDuration(
durationRemaining
)}.`;
}
case 'HalloweenMiniMinigame':
case 'Easter':
case 'BlastFurnace':
Expand Down

0 comments on commit 51a6b8d

Please sign in to comment.