Fix typo with voice analyzer (#21582)

This commit is contained in:
Luc
2023-07-07 13:11:10 +01:00
committed by GitHub
parent d403c7273f
commit 088f830216
+1 -1
View File
@@ -15,7 +15,7 @@
if(recorded || listening)
. += "A meter on it flickers with every nearby sound."
else
. += "It is is deactivated."
. += "It is deactivated."
/obj/item/assembly/voice/hear_talk(mob/living/M as mob, list/message_pieces)
hear_input(M, multilingual_to_message(message_pieces), 0)