aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/features
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2025-03-09 15:48:13 +0100
committerLinnea Gräf <nea@nea.moe>2025-03-09 19:36:14 +0100
commit034fc701ef0feffe1141b479ef4163d070958a6e (patch)
tree04e1fa5c887d1eab3c2df10e6807840a566e9aa2 /src/main/kotlin/features
parent222da0dd8eb57d531b38a3a7eee110ded173d09f (diff)
downloadFirmament-034fc701ef0feffe1141b479ef4163d070958a6e.tar.gz
Firmament-034fc701ef0feffe1141b479ef4163d070958a6e.tar.bz2
Firmament-034fc701ef0feffe1141b479ef4163d070958a6e.zip
feat: Event Ending Timer for Timer in Lore
Diffstat (limited to 'src/main/kotlin/features')
-rw-r--r--src/main/kotlin/features/inventory/TimerInLore.kt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/kotlin/features/inventory/TimerInLore.kt b/src/main/kotlin/features/inventory/TimerInLore.kt
index f1b77c6..309ea61 100644
--- a/src/main/kotlin/features/inventory/TimerInLore.kt
+++ b/src/main/kotlin/features/inventory/TimerInLore.kt
@@ -80,7 +80,8 @@ object TimerInLore {
COMMUNITYPROJECTS("Contribute again", "Come back at"),
CHOCOLATEFACTORY("Next Charge", "Available at"),
STONKSAUCTION("Auction ends in", "Ends at"),
- LIZSTONKREDEMPTION("Resets in:", "Resets at");
+ LIZSTONKREDEMPTION("Resets in:", "Resets at"),
+ EVENTENDING("Event ends in:", "Ends at");
}
val regex =