mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-30 02:44:26 +00:00
8 lines
202 B
Plaintext
8 lines
202 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
|
|
cleanup_timer = QDEL_IN_STOPPABLE(src, 10 MINUTES)
|