From ca965aa635bcc6895ac96c69a2b1d2002f90d69f Mon Sep 17 00:00:00 2001 From: qwerty4429 <42085626+goose4429@users.noreply.github.com> Date: Fri, 20 May 2022 00:13:13 +0200 Subject: [PATCH] Fix: Med exp type (#56) --- code/datums/jobs/job/shipside.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/jobs/job/shipside.dm b/code/datums/jobs/job/shipside.dm index 3062d96b56c99..a28d32e08b45a 100644 --- a/code/datums/jobs/job/shipside.dm +++ b/code/datums/jobs/job/shipside.dm @@ -750,7 +750,7 @@ Make sure that the doctors and nurses are doing their jobs and keeping the marin total_positions = 6 exp_requirements = XP_REQ_UNSEASONED - exp_type = EXP_TYPE_ENGINEERING + exp_type = EXP_TYPE_MARINES supervisors = "the chief medical officer" access = list(ACCESS_MARINE_MEDBAY, ACCESS_MARINE_CHEMISTRY)