Fixes languages being understood over radio

Fixes #26306.
Fixes #26192.

🆑 coiax
fix: Fixed people understanding languages over the radio when they
shouldn't.
/🆑
This commit is contained in:
Jack Edge
2017-04-20 15:36:20 +01:00
parent 51b4498898
commit 45bc508190
+1 -1
View File
@@ -177,7 +177,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
//Log what we've said with an associated timestamp, using the list's len for safety/to prevent overwriting messages
log_message(message, INDIVIDUAL_SAY_LOG)
var/radio_return = radio(message, message_mode, spans)
var/radio_return = radio(message, message_mode, spans, language)
if(radio_return & ITALICS)
spans |= SPAN_ITALICS
if(radio_return & REDUCE_RANGE)