Moves AI eye to their shell upon disconnecting

This commit is contained in:
Zxaber
2020-07-22 00:41:30 -07:00
parent 82d86685af
commit 9085e8a3bb

View File

@@ -983,6 +983,8 @@
mainframe.diag_hud_set_deployed()
if(mainframe.laws)
mainframe.laws.show_laws(mainframe) //Always remind the AI when switching
if(mainframe.eyeobj)
mainframe.eyeobj.setLoc(loc)
mainframe = null
/mob/living/silicon/robot/attack_ai(mob/user)