Files
GS13/code/modules/keybindings/bindings_living.dm
2019-09-23 18:26:34 +02:00

7 lines
99 B
Plaintext

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