Observers can see clockcult description on sigils (#18411)

No longer be confused by the difference between a dull sigil, an ominous
sigil or a sulking sigil.
This commit is contained in:
coiax
2016-06-10 11:02:12 -05:00
committed by KorPhaeron
parent 859082829b
commit fd20fa8b10
2 changed files with 1 additions and 2 deletions
@@ -333,7 +333,6 @@
visible_message("<span class='warning'>[src] hums loudly, then the sockets at its base fall dark!</span>")
playsound(src, 'sound/effects/screech.ogg', 40, 1)
toggle(0)
return
/obj/structure/clockwork/powered/mania_motor/attack_hand(mob/living/user)
if(user.canUseTopic(src, be_close = 1))
@@ -379,7 +379,7 @@
return ..()
/obj/effect/clockwork/examine(mob/user)
if(is_servant_of_ratvar(user) && clockwork_desc)
if((is_servant_of_ratvar(user) || isobserver(user)) && clockwork_desc)
desc = clockwork_desc
..()
desc = initial(desc)