mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-10 17:04:36 +00:00
6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
/mob/living/carbon/human/key_down(_key, client/user)
|
|
switch(_key)
|
|
if("E")
|
|
quick_equip()
|
|
return
|
|
return ..() |