mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-07 23:42:44 +00:00
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
/mob/dead/observer/Logout()
|
|
update_z(null)
|
|
if (client)
|
|
client.images -= (GLOB.ghost_images_default+GLOB.ghost_images_simple)
|
|
|
|
if(observetarget && ismob(observetarget))
|
|
cleanup_observe()
|
|
..()
|
|
spawn(0)
|
|
if(src && !key) //we've transferred to another mob. This ghost should be deleted.
|
|
qdel(src)
|