mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user