Files
Paradise/code/modules/mob/dead/observer/observer_logout.dm
AffectedArc07 b34e8fa301 [READY] CI now bans files with the same name (#20195)
* CI now bans files with the same name

* Part 1

* Warriorstar python tweaks

* Part Deux

* Fix unticked

* fix
2023-02-04 16:33:41 -06:00

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)