fix: strip '\improper' from request console names (#26123)

This commit is contained in:
warriorstar-orion
2024-07-05 15:02:12 +00:00
committed by GitHub
parent 395804afbd
commit 8da5beb34b
+1 -1
View File
@@ -99,7 +99,7 @@ GLOBAL_LIST_EMPTY(allRequestConsoles)
var/area/containing_area = get_area(src)
if(isnull(department))
department = containing_area.request_console_name || containing_area.name
department = containing_area.request_console_name || trimtext(replacetext(containing_area.name, "\improper", ""))
if(isnull(departmentType))
departmentType = containing_area.request_console_flags
announcementConsole = containing_area.request_console_announces