mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-06-07 15:13:06 +01:00
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
/mob/living/carbon/key_down(_key, client/user)
|
|
switch(_key)
|
|
if("R", "Southwest") // Southwest is End
|
|
toggle_throw_mode()
|
|
return
|
|
if("C")
|
|
toggle_combat_mode()
|
|
return
|
|
return ..() |