mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
11 lines
236 B
Plaintext
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() |