From 9baf0a574d3f8d387308cf032cd1af3b31a0859e Mon Sep 17 00:00:00 2001 From: nevimer <77420409+nevimer@users.noreply.github.com> Date: Sun, 22 Jan 2023 01:14:54 -0500 Subject: [PATCH] Missed Mirror: Fixes Lawyer and Atmos techs being on the wrong trimmers. (#68292) (#18857) Fixes Lawyer and Atmos techs being on the wrong trimmers. (#68292) Fixes Lawyer and Atmos tech trims being on the trimmers Makes Atmos techs assigned by the CE, rather than the HoP, and additionally removes the Lawyer from the HoS' PDA painter. The HoS can't even grant Law office access as it is under service, so I see no reason why they would be able to give the service job away in the first place. (cherry picked from commit f88fe75188da028c16379b3a9ed6a370bf637139) Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> --- code/datums/id_trim/jobs.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/datums/id_trim/jobs.dm b/code/datums/id_trim/jobs.dm index 53d65854966..86290c69ec6 100644 --- a/code/datums/id_trim/jobs.dm +++ b/code/datums/id_trim/jobs.dm @@ -129,7 +129,7 @@ template_access = list( ACCESS_CAPTAIN, ACCESS_CHANGE_IDS, - ACCESS_HOP, + ACCESS_CE, ) job = /datum/job/atmospheric_technician @@ -642,7 +642,6 @@ ACCESS_CAPTAIN, ACCESS_CHANGE_IDS, ACCESS_HOP, - ACCESS_HOS, ) job = /datum/job/lawyer