From 4583b7e535bd8a8a705e4e577e434c2afa57abc6 Mon Sep 17 00:00:00 2001 From: Zydras <39807808+zydras@users.noreply.github.com> Date: Sun, 28 Nov 2021 16:41:20 -0500 Subject: [PATCH] [MODULAR] Adds a Supply playtime requirement to the Quartermaster job (#9756) you heard it --- code/modules/jobs/job_types/quartermaster.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/jobs/job_types/quartermaster.dm b/code/modules/jobs/job_types/quartermaster.dm index ef8df9d1078..2a67347de17 100644 --- a/code/modules/jobs/job_types/quartermaster.dm +++ b/code/modules/jobs/job_types/quartermaster.dm @@ -8,6 +8,8 @@ //supervisors = "the head of personnel" //ORIGINAL supervisors = "the captain" //SKYRAT EDIT CHANGE selection_color = "#d7b088" + exp_requirements = 180 //SKYRAT EDIT CHANGE + exp_required_type = EXP_TYPE_CREW //SKYRAT EDIT CHANGE exp_required_type_department = EXP_TYPE_SUPPLY exp_granted_type = EXP_TYPE_CREW