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"