From 51b581cac62c1e5e648e9d00a5d6f4c990332d12 Mon Sep 17 00:00:00 2001 From: shodd Date: Sun, 8 Dec 2024 16:45:05 -0500 Subject: [PATCH] increase --- monkestation/code/modules/jobs/job_types/explorer.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monkestation/code/modules/jobs/job_types/explorer.dm b/monkestation/code/modules/jobs/job_types/explorer.dm index 5bd358a57a92..97787c038ea3 100644 --- a/monkestation/code/modules/jobs/job_types/explorer.dm +++ b/monkestation/code/modules/jobs/job_types/explorer.dm @@ -4,8 +4,8 @@ Visit strange places. Die in space." department_head = list(JOB_HEAD_OF_PERSONNEL) faction = FACTION_STATION - total_positions = 3 - spawn_positions = 3 + total_positions = 6 + spawn_positions = 6 supervisors = SUPERVISOR_QM exp_granted_type = EXP_TYPE_CREW config_tag = "EXPLORER"