Files
2020-11-10 01:52:06 -03:00

8 lines
100 B
Plaintext

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