Clarifies the scope of the slowdown.

This commit is contained in:
Ghommie
2020-04-12 09:53:41 +02:00
parent 1afa07dad5
commit 4e3845da5e
2 changed files with 4 additions and 4 deletions

View File

@@ -460,8 +460,8 @@
config_entry_value = RESIZE_DEFAULT_SIZE
min_val = RESIZE_DEFAULT_SIZE
//Pun-Pun movement slowdown for characters with a body size smaller than this value,
//Which kinda makes sense considering their strides should be shorters.
//Pun-Pun movement slowdown given to characters with a body size smaller than this value,
//to compensate for their smaller hitbox.
//To disable, just make sure the value is lower than 'body_size_min'
/datum/config_entry/number/threshold_body_size_slowdown
config_entry_value = RESIZE_DEFAULT_SIZE * 0.85

View File

@@ -625,8 +625,8 @@ PENIS_MAX_INCHES_PREFS 20
BODY_SIZE_MIN 1
BODY_SIZE_MAX 1
## Pun-Pun movement slowdown for characters with a body size smaller than this value,
## Which kinda makes sense considering their strides should be shorters.
## Pun-Pun movement slowdown given to characters with a body size smaller than this value,
## to compensate for their smaller hitbox.
## To disable, just make sure the value is lower than 'body_size_min'
THRESHOLD_BODY_SIZE_SLOWDOWN 0.85