Merge pull request #7470 from Rykka-Stormheart/admin-ghost-examine-QOL

Admin ghosts can now examine other ghosts to pull up admin tools!
This commit is contained in:
Atermonera
2020-08-17 15:08:36 -07:00
committed by GitHub

View File

@@ -160,6 +160,12 @@
I = getFlatIcon(src, defdir = SOUTH, no_anim = TRUE)
set_cached_examine_icon(src, I, 200 SECONDS)
return I
/mob/observer/dead/examine(mob/user)
. = ..()
if(is_admin(user))
. += "\t><span class='admin'>[ADMIN_FULLMONTY(src)]</span>"
/*
Transfer_mind is there to check if mob is being deleted/not going to have a body.