mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-16 18:22:22 +01:00
8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
/mob/living/key_down(_key, client/user)
|
|
switch(_key)
|
|
if("B")
|
|
resist()
|
|
return
|
|
|
|
return ..()
|