21 lines
422 B
Plaintext
21 lines
422 B
Plaintext
/mob/dead/observer/Login()
|
|
..()
|
|
|
|
ghost_accs = client.prefs.ghost_accs
|
|
ghost_others = client.prefs.ghost_others
|
|
var/preferred_form = null
|
|
|
|
if(IsAdminGhost(src))
|
|
silicon_privileges = ALL
|
|
|
|
if(client.prefs.unlock_content)
|
|
preferred_form = client.prefs.ghost_form
|
|
ghost_orbit = client.prefs.ghost_orbit
|
|
|
|
var/turf/T = get_turf(src)
|
|
if (isturf(T))
|
|
update_z(T.z)
|
|
|
|
update_icon(preferred_form)
|
|
updateghostimages()
|