mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
10 lines
214 B
Plaintext
10 lines
214 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
|