Files
S.P.L.U.R.T-Station-13/code/modules/keybindings/bindings_living.dm
2018-01-04 00:53:38 -05:00

7 lines
99 B
Plaintext

/mob/living/key_down(_key, client/user)
switch(_key)
if("B")
resist()
return
return ..()