Fix a problem with Say :i not working

This commit is contained in:
Daranz
2015-05-21 08:53:14 -04:00
parent 3377f8bbf1
commit b9dbeeb356

View File

@@ -115,7 +115,7 @@
if("intercom")
for(var/obj/item/device/radio/intercom/I in view(1, null))
I.talk_into(src, message, verb, speaking)
I.talk_into(src, message, null, verb, speaking)
used_radios += I
if("whisper")
whisper_say(message, speaking, alt_name)