radio sounds

This commit is contained in:
Metis
2024-10-10 19:37:09 -04:00
parent 7297f121cd
commit 58828c3328
4 changed files with 2 additions and 2 deletions
@@ -203,7 +203,7 @@
if(!language)
language = M.get_selected_language()
INVOKE_ASYNC(src, PROC_REF(talk_into_impl), M, message, channel, spans.Copy(), language)
playsound(src, 'sound/voice/radioin.ogg', 25, 0) //GS13 EDIT
playsound(src, 'GainStation13/sound/voice/radioin.ogg', 25, 0) //GS13 EDIT
return ITALICS | REDUCE_RANGE
/obj/item/radio/proc/talk_into_impl(atom/movable/M, message, channel, list/spans, datum/language/language)