Merge pull request #9834 from alex-gh/voice_analyzer_fix

Voice analyzers no longer activate on noise.
This commit is contained in:
Mark Mak
2018-10-13 14:51:03 +08:00
committed by GitHub
+1 -1
View File
@@ -70,7 +70,7 @@
/obj/item/assembly/voice/noise/hear_talk(mob/living/M as mob, msg)
return
/obj/item/assembly/voice/hear_message(mob/living/M as mob, msg)
/obj/item/assembly/voice/noise/hear_message(mob/living/M as mob, msg)
pulse(0)
var/turf/T = get_turf(src) //otherwise it won't work in hand
T.visible_message("<span class='warning'>[bicon(src)] beeps!</span>")