This commit is contained in:
Metis
2024-10-10 16:57:05 -04:00
parent 7b84b44f8c
commit 7297f121cd
2 changed files with 7 additions and 0 deletions

View File

@@ -203,6 +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
return ITALICS | REDUCE_RANGE
/obj/item/radio/proc/talk_into_impl(atom/movable/M, message, channel, list/spans, datum/language/language)