mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-29 07:36:16 +01:00
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
/mob/living/carbon/key_down(_key, client/user)
|
|
switch(_key)
|
|
if("C")
|
|
toggle_combat_mode()
|
|
return
|
|
return ..()
|