Merge pull request #13132 from ancientpower/newscaster-fix

Ghosts can read newscasters by clicking on them
This commit is contained in:
silicons
2020-08-25 09:06:46 -07:00
committed by GitHub
@@ -95,6 +95,10 @@ GLOBAL_LIST_EMPTY(allCasters)
. = ..()
update_icon()
/obj/machinery/newscaster/attack_ghost(mob/dead/observer/user)
if(istype(user))
user.read_news()
/obj/machinery/newscaster/ui_interact(mob/user)
. = ..()
if(ishuman(user) || issilicon(user))