mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 13:20:47 +01:00
c7b6c3e42b
This reverts commit f6d0f62622.
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)
|