mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 11:30:50 +01:00
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
/mob/living/silicon/ai/Logout()
|
|
..()
|
|
for(var/each in GLOB.ai_status_displays) //change status
|
|
var/obj/machinery/status_display/ai/O = each
|
|
O.mode = 0
|
|
O.update()
|
|
set_eyeobj_visible(FALSE)
|
|
view_core()
|