mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 12:43:13 +00:00
Co-authored-by: Selis <selis@xynolabs.com> Co-authored-by: Selis <sirlionfur@hotmail.de> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: SatinIsle <thesatinisle@gmail.com> Co-authored-by: Heroman <alesha3000@list.ru> Co-authored-by: Casey <a.roaming.shadow@gmail.com> Co-authored-by: Raeschen <rycoop29@gmail.com>
10 lines
271 B
Plaintext
10 lines
271 B
Plaintext
/mob/observer/dead/Logout()
|
|
..()
|
|
spawn(0)
|
|
if(src && !key) //we've transferred to another mob. This ghost should be deleted.
|
|
qdel(src)
|
|
else
|
|
if(mind && mind.assigned_role) //CHOMPEdit
|
|
return //CHOMPEdit
|
|
cleanup_timer = QDEL_IN_STOPPABLE(src, 10 MINUTES)
|