final tweaks

This commit is contained in:
silicons
2021-02-13 20:47:38 -07:00
parent 60030b6c68
commit 43174501de
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -63,6 +63,8 @@
update_sprint_icon()
/mob/living/proc/user_toggle_intentional_sprint_mode()
if(!CONFIG_GET(flag/sprint_enabled))
return
var/old = (combat_flags & COMBAT_FLAG_SPRINT_TOGGLED)
if(old)
if(combat_flags & COMBAT_FLAG_SPRINT_FORCED)