aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-04-30 03:28:54 +0200
committerGitHub <noreply@github.com>2024-04-30 11:28:54 +1000
commit369a12a39723d4c1de780e228ee3a2c83b49f28d (patch)
tree85f400e10c2949430296346b4a1b2db82b551c6d
parenteac0bb7f66a0de2ed4f61f130f5d76c520997797 (diff)
downloadNotEnoughUpdates-369a12a39723d4c1de780e228ee3a2c83b49f28d.tar.gz
NotEnoughUpdates-369a12a39723d4c1de780e228ee3a2c83b49f28d.tar.bz2
NotEnoughUpdates-369a12a39723d4c1de780e228ee3a2c83b49f28d.zip
Add Chocolate Factory Next Charge to Countdown Calculations (#1134)
-rw-r--r--src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/CountdownCalculator.kt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/CountdownCalculator.kt b/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/CountdownCalculator.kt
index f75b7479..727451b4 100644
--- a/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/CountdownCalculator.kt
+++ b/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/CountdownCalculator.kt
@@ -64,7 +64,8 @@ class CountdownCalculator {
SHENSUCKS("Auction ends in:", "Auction ends at"),
TAMINGSIXTYWASAMISTAKE("Ends:", "Finishes at"), // There would be a more specific message here seeing as this is for pet XP, but knowing Hypixel it's probably safer to leave it like this in case they use the "Ends:" prefix elsewhere besides the pet training menus.
CALENDARDETAILS(" (§e", "Starts at"), // calendar details
- COMMUNITYPROJECTSSUCK("Contribute again", "Come back at"); // nopo i just woke up i really hope this works
+ COMMUNITYPROJECTSSUCK("Contribute again", "Come back at"), // nopo i just woke up i really hope this works
+ CHOCOLATEFACTORY("Next Charge", "Available at");
}
@SubscribeEvent