mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
/mob/living/silicon/ai/Logout()
|
|
..()
|
|
for(var/obj/machinery/ai_status_display/O in SSmachinery.all_status_displays) //change status
|
|
O.mode = 0
|
|
if(!isturf(loc))
|
|
if (client)
|
|
client.eye = loc
|
|
client.perspective = EYE_PERSPECTIVE
|
|
src.view_core()
|