ghosts can read newscasters by clicking on them
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user