mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-25 21:56:13 +01:00
8 lines
182 B
Plaintext
8 lines
182 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()
|
|
view_core()
|