From 4fc37f27477463a2be449a648b6172d4f12256da Mon Sep 17 00:00:00 2001 From: Waterpig <49160555+Majkl-J@users.noreply.github.com> Date: Fri, 20 Oct 2023 01:51:52 +0200 Subject: [PATCH] Gives secmed back basic medical access (#627) ## About The Pull Request Gives secmed morgue and medical accesses. ## Why It's Good For The Game Please for the love of god they don't even get crew trackers and medbay just lets them inside to get whatever they need. They dont even get guns anymore and sec would rather steal their medkits for themselves, it's better they can maybe get stuff from med so they can do the bare minimum of their jobs. ## Changelog :cl: add: Secmeds got medical access back. This is so they can get refills without bothering everyone and actually makes them able to do their job /:cl: --- modular_zubbers/code/datums/id_trim/jobs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_zubbers/code/datums/id_trim/jobs.dm b/modular_zubbers/code/datums/id_trim/jobs.dm index cd3f6ce9b74..dd6ef772d92 100644 --- a/modular_zubbers/code/datums/id_trim/jobs.dm +++ b/modular_zubbers/code/datums/id_trim/jobs.dm @@ -31,7 +31,7 @@ subdepartment_color = COLOR_ASSEMBLY_BLACK sechud_icon_state = SECHUD_SECURITY_MEDIC extra_access = list(ACCESS_DETECTIVE) - minimal_access = list(ACCESS_SECURITY, ACCESS_BRIG_ENTRANCE, ACCESS_BRIG, ACCESS_COURT, ACCESS_WEAPONS, ACCESS_MECH_SECURITY, ACCESS_MINERAL_STOREROOM, ACCESS_MAINT_TUNNELS) + minimal_access = list(ACCESS_SECURITY, ACCESS_BRIG_ENTRANCE, ACCESS_BRIG, ACCESS_COURT, ACCESS_WEAPONS, ACCESS_MECH_SECURITY, ACCESS_MINERAL_STOREROOM, ACCESS_MAINT_TUNNELS, ACCESS_MEDICAL, ACCESS_MORGUE) template_access = list(ACCESS_CAPTAIN, ACCESS_HOS, ACCESS_CHANGE_IDS) /datum/id_trim/job/security_medic/New() @@ -53,4 +53,4 @@ /datum/id_trim/job/nanotrasen_consultant minimal_wildcard_access = list() - template_access = list(ACCESS_CAPTAIN) //NTRep can no longer change to any other ID trim \ No newline at end of file + template_access = list(ACCESS_CAPTAIN) //NTRep can no longer change to any other ID trim