size fixed (mostly)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user