Files
Paradise/code/modules/mob/dead/observer/login.dm
T
2018-10-02 15:52:46 -05:00

11 lines
236 B
Plaintext

/mob/dead/observer/Login()
..()
if(ghostimage)
ghostimage.icon_state = src.icon_state
updateghostimages()
if(GLOB.non_respawnable_keys[ckey])
can_reenter_corpse = 0
GLOB.respawnable_list -= src
update_interface()