mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
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...  ## 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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user