Merge pull request #9804 from Ghommie/Ghommie-cit351

Unmodularize keybindings.
This commit is contained in:
kevinz000
2019-11-14 16:36:55 -07:00
committed by Archie
parent b6d264ec5b
commit ca55e5f8b0
7 changed files with 25 additions and 37 deletions
+11 -1
View File
@@ -9,4 +9,14 @@
if("Q")
uneq_active()
return
return ..()
if("Shift")
sprint_hotkey(TRUE)
return
return ..()
/mob/living/silicon/robot/key_up(_key, client/user)
switch(_key)
if("Shift")
sprint_hotkey(FALSE)
return
return ..()