This commit is contained in:
SandPoot
2024-05-20 18:25:24 -03:00
parent 601e3c2a2a
commit 7832dbdba4
6 changed files with 61 additions and 21 deletions

View File

@@ -68,6 +68,8 @@
. = ..()
for(var/datum/hud/human/H)
H.assert_move_intent_ui()
for(var/datum/hud/robot/robot)
robot.assert_move_intent_ui()
if(!config_entry_value) // disabled
for(var/mob/living/L in world)
L.disable_intentional_sprint_mode()