From e43a90f9129ee51d15f697becb34404a1fcbef9a Mon Sep 17 00:00:00 2001 From: larentoun <31931237+larentoun@users.noreply.github.com> Date: Sat, 27 Jul 2024 22:21:49 +0300 Subject: [PATCH] Dynamic - fixes a comment for proc/lorentz_to_amount() (#85291) ## About The Pull Request I'm not going crazy, right? This comment must be wrong unless my math is wrong... ![image](https://github.com/user-attachments/assets/5fe49a17-04bd-488a-9777-f779869552f7) ## Why It's Good For The Game Comments don't lie so people don't get their hairs out if their values don't match with comments --- code/controllers/subsystem/dynamic/dynamic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/dynamic/dynamic.dm b/code/controllers/subsystem/dynamic/dynamic.dm index e34b0c7e446..66a06c230c6 100644 --- a/code/controllers/subsystem/dynamic/dynamic.dm +++ b/code/controllers/subsystem/dynamic/dynamic.dm @@ -999,7 +999,7 @@ SUBSYSTEM_DEF(dynamic) #define MAXIMUM_DYN_DISTANCE 5 /** - * Returns the comulative distribution of threat centre and width, and a random location of -0.5 to 0.5 + * Returns the comulative distribution of threat centre and width, and a random location of -5 to 5 * plus or minus the otherwise unattainable lower and upper percentiles. All multiplied by the maximum * threat and then rounded to the nearest interval. * rand() calls without arguments returns a value between 0 and 1, allowing for smaller intervals.