Update movement.dm

This commit is contained in:
silicons
2020-10-07 10:46:00 -07:00
committed by GitHub
parent 89cfde9c34
commit eda0eda754

View File

@@ -154,7 +154,7 @@
/datum/keybinding/living/toggle_sprint/down(client/user)
var/mob/living/L = user.mob
L.default_toggle_sprint(TRUE)
L.default_toggle_sprint()
return TRUE
/datum/keybinding/mob/toggle_move_intent