CCIA Universal Translator (#22192)

closes #22082

This PR makes it so that reading faxes via the admin commands bypasses
the language system, effectively giving Admins and CCIA a universal
translator for faxes.

---------

Signed-off-by: VMSolidus <evilexecutive@gmail.com>
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
VMSolidus
2026-04-11 13:13:51 +00:00
committed by GitHub
co-authored by SleepyGemmy
parent 5029d5a81b
commit 2012165f72
3 changed files with 10 additions and 6 deletions
@@ -66,7 +66,7 @@
/obj/item/paper/business_card/show_content(mob/user, forceshow)
var/datum/browser/paper_win = new(user, name, null, 525, 300, null, TRUE)
paper_win.set_content(get_content(user, can_read(user, forceshow)))
paper_win.set_content(get_content(user, can_read(user, forceshow), forceshow))
paper_win.add_stylesheet("paper_languages", 'html/browser/paper_languages.css')
paper_win.open()