mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-11 01:04:36 +01:00
7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
/mob/living/key_down(_key, client/user)
|
|
switch(_key)
|
|
if("B")
|
|
resist()
|
|
return
|
|
|
|
return ..() |