Files
Bubberstation/code/modules/keybindings/bindings_human.dm
2017-11-30 07:40:27 -05:00

6 lines
116 B
Plaintext

/mob/living/carbon/human/key_down(_key, client/user)
switch(_key)
if("E")
quick_equip()
return
return ..()