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 ..() |