mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-05 05:49:28 +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 ..() |