mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-19 11:17:58 +01:00
11 lines
329 B
Plaintext
11 lines
329 B
Plaintext
/mob/living/Logout()
|
|
update_z(null)
|
|
..()
|
|
if(!key && mind) //key and mind have become separated.
|
|
mind.active = 0 //This is to stop say, a mind.transfer_to call on a corpse causing a ghost to re-enter its body.
|
|
|
|
//SKYRAT CHANGES - ssd indicator
|
|
lastclienttime = world.time
|
|
set_ssd_indicator(TRUE)
|
|
//END OF SKYRAT CHANGES
|