ghosts can read newscasters by clicking on them

This commit is contained in:
ancientpower
2020-08-11 20:18:59 -05:00
parent ddb3db5796
commit 777fdbf8ab

View File

@@ -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))