Files
GS13NG/code/modules/mob/dead/observer/login.dm
T
BlackMajor aabb39a364 Revert "Merge branch 'master' into Yeehaw"
This reverts commit 30e3edaac1, reversing
changes made to 62c8fce043.
2020-01-02 22:06:31 +13:00

21 lines
433 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()