From b4160da9682ee2e555f4f293d8a6b2322a78bcb1 Mon Sep 17 00:00:00 2001 From: Aliceee2ch <160794176+Aliceee2ch@users.noreply.github.com> Date: Tue, 12 Aug 2025 12:40:34 +0300 Subject: [PATCH] Gives paramedic ID extra access to pharmacy on lowpop (#92490) ## About The Pull Request title ## Why It's Good For The Game i feel like paramedic really should have pharmacy access on lowpop to cook chems, because unlikely you will have other chemists/doctors, plus thats just a trend that on lowpop your job usually has more access to do more job on understaffed station (like robo gets xenobio, coroner mentioned pharmacy and etc) ## Changelog :cl: balance: Paramedic now has extra access to pharmacy on skeleton crew station. /:cl: --- code/datums/id_trim/jobs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/id_trim/jobs.dm b/code/datums/id_trim/jobs.dm index 4b8b6306175..e0b6a79aea2 100644 --- a/code/datums/id_trim/jobs.dm +++ b/code/datums/id_trim/jobs.dm @@ -848,6 +848,7 @@ extra_access = list( ACCESS_SURGERY, ACCESS_VIROLOGY, + ACCESS_PHARMACY, ) template_access = list( ACCESS_CAPTAIN,