mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-27 22:57:15 +01:00
31 lines
782 B
Plaintext
31 lines
782 B
Plaintext
/datum/config_entry/number/belly_min_size_prefs
|
|
default = BELLY_SIZE_MIN
|
|
min_val = BELLY_SIZE_MIN
|
|
max_val = BELLY_SIZE_MAX
|
|
|
|
/datum/config_entry/number/belly_max_size_prefs
|
|
default = BELLY_SIZE_MAX
|
|
min_val = BELLY_SIZE_MIN
|
|
max_val = BELLY_SIZE_MAX
|
|
|
|
/datum/config_entry/number/diameter_ratio_min_size_prefs
|
|
default = COCK_DIAMETER_RATIO_MIN
|
|
|
|
/datum/config_entry/number/diameter_ratio_max_size_prefs
|
|
default = COCK_DIAMETER_RATIO_MAX
|
|
|
|
/datum/config_entry/number/max_pick_ratio //Maximum ratio between pick target/picker user
|
|
default = 0.5
|
|
min_val = 0
|
|
integer = FALSE
|
|
|
|
/datum/config_entry/number/sex_table_multiplier
|
|
default = 50
|
|
min_val = 0
|
|
|
|
/datum/config_entry/flag/old_size_penalties
|
|
|
|
/datum/config_entry/number/macro_health_cap
|
|
default = 3.5 //21 ft
|
|
integer = FALSE
|