mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
/mob/dead/observer/Login()
|
|
. = ..()
|
|
|
|
if(isliving(mind?.current))
|
|
mind.current.med_hud_set_status()
|
|
|
|
if(GLOB.non_respawnable_keys[ckey])
|
|
ghost_flags &= ~GHOST_RESPAWNABLE
|
|
REMOVE_TRAIT(src, TRAIT_RESPAWNABLE, GHOSTED)
|
|
update_admin_actions()
|