radio in sounds.

This commit is contained in:
QuoteFox
2021-03-28 18:53:32 +01:00
parent 99f861a512
commit 8cceffb594
4 changed files with 6 additions and 5 deletions
@@ -200,6 +200,7 @@
if(!language)
language = M.get_default_language()
INVOKE_ASYNC(src, .proc/talk_into_impl, M, message, channel, spans.Copy(), language)
playsound(src, 'sound/voice/radioin.ogg', 50, 0)
return ITALICS | REDUCE_RANGE
/obj/item/radio/proc/talk_into_impl(atom/movable/M, message, channel, list/spans, datum/language/language)