aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2025-06-08 17:56:25 +0200
committerLinnea Gräf <nea@nea.moe>2025-06-14 14:27:03 +0200
commitabdd623a41ff3ed2a37fb9cbff3e7ef8927555b4 (patch)
tree8fc6f2b8da524a526a9ddeca43fd581aa765cd1c /src
parentec93bd1057781630b50968e2bd762a0c0c00f5c9 (diff)
downloadFirmament-abdd623a41ff3ed2a37fb9cbff3e7ef8927555b4.tar.gz
Firmament-abdd623a41ff3ed2a37fb9cbff3e7ef8927555b4.tar.bz2
Firmament-abdd623a41ff3ed2a37fb9cbff3e7ef8927555b4.zip
feat: On Cooldown and Time Remaining compatibility for Timer In Lore Feature
Diffstat (limited to 'src')
-rw-r--r--src/main/kotlin/features/inventory/TimerInLore.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/kotlin/features/inventory/TimerInLore.kt b/src/main/kotlin/features/inventory/TimerInLore.kt
index 309ea61..264271e 100644
--- a/src/main/kotlin/features/inventory/TimerInLore.kt
+++ b/src/main/kotlin/features/inventory/TimerInLore.kt
@@ -81,6 +81,8 @@ object TimerInLore {
CHOCOLATEFACTORY("Next Charge", "Available at"),
STONKSAUCTION("Auction ends in", "Ends at"),
LIZSTONKREDEMPTION("Resets in:", "Resets at"),
+ TIMEREMAININGS("Time Remaining:", "Ends at"),
+ ONCOOLDOWN("On cooldown:", "Available at"),
EVENTENDING("Event ends in:", "Ends at");
}