mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
b332b46b65
* Remove hideous inline tab indentation, and bans it in contributing guidelines * a Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
7 lines
240 B
Plaintext
7 lines
240 B
Plaintext
/mob/living/Logout()
|
|
update_z(null)
|
|
..()
|
|
if(!key && mind) //key and mind have become separated.
|
|
mind.active = FALSE //This is to stop say, a mind.transfer_to call on a corpse causing a ghost to re-enter its body.
|
|
med_hud_set_status()
|