mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-12 18:51:53 +00:00
* Changed the population scaling coefficients minimal values to 0. (#56522) ## About The Pull Request So, there on the downstream we've encountered a problem with the security officer slots jumping to 12 every time the round starts, regardless of what we set them to in the configs. In the configs it says that you can set the coefficients to 0 to disable scaling, and upon investigation, it seems that all the scaling coefficients suffer from similar problem. https://github.com/tgstation/tgstation/blob/master/config/game_options.txt#L198 the `min_val` in the config entry datums is 1 on each of them, leading to unexpected behaviour ## Why It's Good For The Game It fixes certain config values leading to unexpected and unwanted behaviour * Changed the population scaling coefficients minimal values to 0. Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>