aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2025-06-09 00:47:58 +0200
committerLinnea Gräf <nea@nea.moe>2025-06-14 14:27:03 +0200
commit589a48a1b301cc9d5a651c22aea3f0814fd54144 (patch)
tree4f5834ca85345f681612e4bd2806a6981b5eac59 /src
parentabdd623a41ff3ed2a37fb9cbff3e7ef8927555b4 (diff)
downloadFirmament-589a48a1b301cc9d5a651c22aea3f0814fd54144.tar.gz
Firmament-589a48a1b301cc9d5a651c22aea3f0814fd54144.tar.bz2
Firmament-589a48a1b301cc9d5a651c22aea3f0814fd54144.zip
feat: Another timer
Diffstat (limited to 'src')
-rw-r--r--src/main/kotlin/features/inventory/TimerInLore.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/features/inventory/TimerInLore.kt b/src/main/kotlin/features/inventory/TimerInLore.kt
index 264271e..8eac77f 100644
--- a/src/main/kotlin/features/inventory/TimerInLore.kt
+++ b/src/main/kotlin/features/inventory/TimerInLore.kt
@@ -82,6 +82,7 @@ object TimerInLore {
STONKSAUCTION("Auction ends in", "Ends at"),
LIZSTONKREDEMPTION("Resets in:", "Resets at"),
TIMEREMAININGS("Time Remaining:", "Ends at"),
+ COOLDOWN("Cooldown:", "Come back at"),
ONCOOLDOWN("On cooldown:", "Available at"),
EVENTENDING("Event ends in:", "Ends at");
}