Fixes languages being understood over radio

This commit is contained in:
CitadelStationBot
2017-04-21 17:24:59 -05:00
parent fc1fd4b72b
commit a975a35f92

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)