mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 20:52:41 +00:00
7 lines
257 B
Plaintext
7 lines
257 B
Plaintext
/mob/living/Logout()
|
|
..()
|
|
if(!key && mind) //key and mind have become seperated.
|
|
mind.active = 0 //This is to stop say, a mind.transfer_to call on a corpse causing a ghost to re-enter its body.
|
|
if(!immune_to_ssd && sleeping < 2)
|
|
sleeping = 2
|