[MIRROR] Removes the ability of non-interacting admin ghosts to steal and carry objects, pick pockets etc. (#2886)
* Merge pull request #30890 from vuonojenmustaturska/adminghostfix Removes the ability of non-interacting admin ghosts to steal and carry objects, pick pockets etc. * Removes the ability of non-interacting admin ghosts to steal and carry objects, pick pockets etc.
This commit is contained in:
committed by
Poojawa
parent
60ca9a16ea
commit
9e18d9055a
@@ -711,9 +711,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
|
||||
update_icon()
|
||||
|
||||
/mob/dead/observer/canUseTopic(atom/movable/AM,be_close = FALSE)
|
||||
if(check_rights(R_ADMIN, 0))
|
||||
return 1
|
||||
return
|
||||
return IsAdminGhost(usr)
|
||||
|
||||
/mob/dead/observer/is_literate()
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user