mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-04 22:52:03 +00:00
* Handlers converted, now to fix 3532 compile errors * 3532 compile fixes later, got runtimes on startup * Well the server loads now atleast * Take 2 * Oops
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
/mob/dead/observer/Logout()
|
|
if(client)
|
|
client.images -= GLOB.ghost_images
|
|
..()
|
|
spawn(0)
|
|
if(src && !key) //we've transferred to another mob. This ghost should be deleted.
|
|
qdel(src)
|