diff --git a/code/modules/assembly/voice.dm b/code/modules/assembly/voice.dm index 3119b55e28a..70d89a65293 100644 --- a/code/modules/assembly/voice.dm +++ b/code/modules/assembly/voice.dm @@ -32,9 +32,9 @@ var/turf/T = get_turf(src) //otherwise it won't work in hand T.visible_message("[bicon(src)] beeps, \"Activation message is [type ? "the sound when one [recorded]" : "'[recorded]'."]\"") else if(findtext(msg, recorded) && type == recorded_type) - pulse(0) var/turf/T = get_turf(src) //otherwise it won't work in hand T.visible_message("[bicon(src)] beeps!") + pulse(0) /obj/item/assembly/voice/activate() return // previously this toggled listning when not in a holder, that's a little silly. It was only called in attack_self that way.