We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42606ee commit 808d936Copy full SHA for 808d936
code/modules/mob/living/silicon/ai/ai.dm
@@ -713,7 +713,7 @@ GLOBAL_LIST_INIT(ai_verbs_default, list(
713
unset_machine()
714
close_window(src, href_list["mach_close"])
715
if(href_list["switchcamera"])
716
- switchCamera(locate(href_list["switchcamera"]) in GLOB.cameranet.cameras)
+ switchCamera(locateUID(href_list["switchcamera"]))
717
if(href_list["showalerts"])
718
ai_alerts()
719
if(href_list["show_paper"])
0 commit comments