Intellicarded AIs can no longer access the AI shell borg (#14259)

This commit is contained in:
Doxxmedearly
2022-06-09 17:39:19 +02:00
committed by GitHub
parent 862c9e2aea
commit 04c25a2bfd
3 changed files with 11 additions and 0 deletions
+3
View File
@@ -788,6 +788,9 @@ var/list/ai_verbs_default = list(
set name = "Remote Control Shell"
set category = "AI Commands"
set desc = "Remotely control any active shells on your AI shell network."
if(check_unable(AI_CHECK_WIRELESS))
return
SSvirtualreality.bound_selection(src, REMOTE_AI_ROBOT)
/mob/living/silicon/ai/proc/toggle_hologram_movement()