mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user