mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 19:43:13 +01:00
Fixes accent icon text tags not showing up on the radio. (#13861)
This commit is contained in:
@@ -177,7 +177,10 @@
|
||||
speaker_name = "Unknown"
|
||||
|
||||
var/changed_voice
|
||||
var/accent_icon
|
||||
|
||||
var/accent_icon = speaker.get_accent_icon(language, src)
|
||||
accent_icon = accent_icon ? accent_icon + " " : ""
|
||||
part_a = replacetext(part_a, "%ACCENT%", accent_icon)
|
||||
|
||||
if(istype(src, /mob/living/silicon/ai) && !hard_to_hear)
|
||||
var/jobname // the mob's "job"
|
||||
|
||||
Reference in New Issue
Block a user