mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-04-25 09:31:57 +01:00
14 lines
354 B
Plaintext
14 lines
354 B
Plaintext
/mob/dead/observer/Logout()
|
|
if(client)
|
|
client.images -= GLOB.ghost_images
|
|
if(mob_observed && ismob(locateUID(mob_observed)))
|
|
cleanup_observe()
|
|
|
|
..()
|
|
update_admin_actions()
|
|
spawn(0)
|
|
if(src && !key) //we've transferred to another mob. This ghost should be deleted.
|
|
qdel(src)
|
|
if(isliving(mind?.current))
|
|
mind.current.med_hud_set_status()
|