mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-26 10:12:17 +00:00
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
/mob/living/silicon/ai/key_down(_key, client/user)
|
|
switch(_key)
|
|
if("4")
|
|
a_intent_change(INTENT_HOTKEY_LEFT)
|
|
return
|
|
return ..()
|