05a644cc41
This reverts commit972c03f79f, reversing changes made to8ebd698763.
24 lines
583 B
Plaintext
24 lines
583 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))
|
|
has_unlimited_silicon_privilege = 1
|
|
|
|
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()
|
|
|
|
client.reenter_round_timeout = max(client.reenter_round_timeout, clientless_round_timeout)
|
|
clientless_round_timeout = client.reenter_round_timeout
|