This commit is contained in:
silicons
2021-02-13 20:30:44 -07:00
parent 2ef33c5c88
commit d6a3c2d003
2 changed files with 8 additions and 1 deletions

View File

@@ -293,6 +293,11 @@
/datum/config_entry/flag/sprint_enabled
config_entry_value = TRUE
/datum/config_entry/flag/sprint_enabled/ValidateAndSet(str_val)
. = ..()
for(var/datum/hud/human/H)
H.assert_move_intent_ui()
/datum/config_entry/number/movedelay/sprint_speed_increase
config_entry_value = 1