Prevent Playback Devices from triggering Voice Analyzer

This commit is contained in:
r4d6
2020-01-12 18:49:33 -05:00
parent 8c50b578b4
commit d04a882c29
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
recorded = raw_message
listening = FALSE
languages = message_language
say("Activation message is '[recorded]'.", language = message_language)
say("The recorded message is '[recorded]'.", language = message_language)
/obj/item/assembly/playback/activate()
if(recorded == "") // Why say anything when there isn't anything to say