mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-29 02:21:44 +00:00
Replaces like 70-80% of 0 and such, as a side effect cleaned up a bunch of returns Edit: Most left out ones are in mecha which should be done in mecha refactor already Oh my look how clean it is Co-authored-by: TiviPlus <TiviPlus> Co-authored-by: Couls <coul422@gmail.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()
|