diff --git a/code/modules/mob/living/carbon/human/say.dm b/code/modules/mob/living/carbon/human/say.dm index 0554b44c6c..4d03afe74d 100644 --- a/code/modules/mob/living/carbon/human/say.dm +++ b/code/modules/mob/living/carbon/human/say.dm @@ -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)