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
This commit is contained in:
larentoun
2024-07-27 21:21:49 +02:00
committed by GitHub
parent 1449bdab3f
commit e43a90f912
@@ -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.