Blueys, NTCs and Lawyers now have Faxbond on their PDAs (#5937)

## About The Pull Request

With this I am making it so that the FaxBond app
(https://github.com/tgstation/tgstation/pull/96467) comes preinstalled
on the PDAs of the Blueshield, the NTC and the Lawyer. The Blueshield
and the NTC are 'dignitary' roles, as well as command roles. On /tg/,
all command roles get faxbond, but not these two because they don't
exist there. The lawyer is also a bureaucratic role that, alongside the
NTC, makes good use of the fax.
The Consultant also gets the security records app, because they already
have physical access to security and employment records


## Why It's Good For The Game

Fax machines are often used by these roles (the Lawyer and the NTC
particularly) so it makes sense for them to have THE fax machine app, to
not miss any messages. Faxes are also used by admins to indirectly
interact with the crew, and it's not uncommon for the players to miss
faxes.

<img width="375" height="311" alt="image"
src="https://github.com/user-attachments/assets/7b73f33e-2c08-4588-8f03-9d57e5da7edb"
/>

## Proof Of Testing
<img width="421" height="537" alt="image"
src="https://github.com/user-attachments/assets/8258b39b-1828-40ff-a9f4-f73d07703a60"
/>

## Changelog

🆑
add: The PDAs of the Nanotrasen Consultant, the Lawyer and the
Blueshield now come preinstalled with the FaxBond app. May they never
miss a fax again.
/🆑

Co-authored-by: Alexis <catmc8565@gmail.com>
This commit is contained in:
Mathilde
2026-07-14 09:04:30 -07:00
committed by GitHub
co-authored by Alexis
parent 4b17de8ae6
commit 043d5a252a
3 changed files with 7 additions and 0 deletions
@@ -314,6 +314,7 @@
inserted_item = /obj/item/pen/fountain
starting_programs = list(
/datum/computer_file/program/records/security,
/datum/computer_file/program/faxbond, //BUBBER EDIT - Lawyers too shall have a taste of bureaucracy
)
/obj/item/modular_computer/pda/lawyer/Initialize(mapload)