From 3a3db0bd3aa5c13ba990b428e47f412352b56df6 Mon Sep 17 00:00:00 2001 From: Oblisk234 <61151679+Oblisk234@users.noreply.github.com> Date: Sat, 4 Jan 2025 21:55:45 +0000 Subject: [PATCH] I hate energy conversions --- code/__DEFINES/clockcult.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/clockcult.dm b/code/__DEFINES/clockcult.dm index d2ba5c487343..a9a95313dd2a 100644 --- a/code/__DEFINES/clockcult.dm +++ b/code/__DEFINES/clockcult.dm @@ -46,7 +46,7 @@ GLOBAL_LIST_EMPTY(all_scripture) #define SCRIPTURE_APPLICATION "Application" //Various costs related to power. -///The max power in W that the cult can stockpile +///The max power in kJ that the cult can stockpile #define MAX_CLOCKWORK_POWER 50000 /// Scripts will unlock if the total power reaches this amount #define SCRIPT_UNLOCK_THRESHOLD 25000