size fixed (mostly)

This commit is contained in:
Metis
2024-09-15 22:31:19 -04:00
parent 5f79483be8
commit ecf23a205e
11 changed files with 239 additions and 48 deletions
@@ -26,13 +26,13 @@
//Body size configs, the feature will be disabled if both min and max have the same value.
/datum/config_entry/number/body_size_min
default = 0.9
default = 0.5 //GS13 EDIT
min_val = 0.1 //to avoid issues with zeros and negative values.
max_val = RESIZE_DEFAULT_SIZE
integer = FALSE
/datum/config_entry/number/body_size_max
default = 1.25
default = 2.0 //GS13 EDIT
min_val = RESIZE_DEFAULT_SIZE
integer = FALSE