re-add slow stride but it defaults to disabled

This commit is contained in:
Timothy Teakettle
2020-10-26 20:40:11 +00:00
parent f468e4940a
commit 0fa83322a1
2 changed files with 5 additions and 2 deletions
@@ -531,8 +531,8 @@
//multiplicative slowdown multiplier. See 'dna.update_body_size' for the operation.
//doesn't apply to floating or crawling mobs
/datum/config_entry/number/body_size_slowdown_multiplier
config_entry_value = 0.25
min_val = 0.1 //To encourage folks to disable the slowdown through the above config instead.
config_entry_value = 0
min_val = 0
integer = FALSE
//Allows players to set a hexadecimal color of their choice as skin tone, on top of the standard ones.