Skip to content

Commit

Permalink
changed format again
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Oct 26, 2024
1 parent 8451d6c commit f78e3d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ object TheGreatSpook {
val fear = SkyblockStat.FEAR.lastKnownValue ?: 0.0
val mobCooldown = timeUntilNextMob.minus((3 * fear).seconds)
val mobCooldownString = if (mobCooldown.isInFuture()) {
"§5Next fear in: ${
"§5Next fear in: §b${
mobCooldown.timeUntil().format(
biggestUnit = TimeUnit.MINUTE,
showMilliSeconds = false,
Expand All @@ -97,7 +97,7 @@ object TheGreatSpook {

val greatSpookEnd = greatSpookTimeRange?.endInclusive ?: return
val timeLeftString = if (greatSpookEnd.isInFuture()) {
"§5Time left: ${
"§5Great Spook time left: §b${
greatSpookEnd.timeUntil().format(
biggestUnit = TimeUnit.DAY,
maxUnits = 2,
Expand Down

0 comments on commit f78e3d9

Please sign in to comment.