Merge pull request #11830 from Emanthealmighty/AIchange

AI can now change its intent
This commit is contained in:
variableundefined
2019-08-12 23:08:58 +08:00
committed by GitHub
5 changed files with 18 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
/mob/living/silicon/ai/key_down(_key, client/user)
switch(_key)
if("4")
a_intent_change(INTENT_HOTKEY_LEFT)
return
return ..()