Merge pull request #10883 from ancientpower/ghost-newscasters

Allows ghosts to read newscasters and books
This commit is contained in:
kevinz000
2020-02-05 23:46:04 -07:00
committed by GitHub
8 changed files with 123 additions and 13 deletions
+1 -1
View File
@@ -796,7 +796,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/M, be_close=FALSE, no_dextery=FALSE, no_tk=FALSE)
return IsAdminGhost(usr)
return IsAdminGhost(usr) || (M.ghost_flags & INTERACT_GHOST_READ)
/mob/dead/observer/is_literate()
return 1