From 029fd8f39b3578441e3b1f59e39d3237e6584a77 Mon Sep 17 00:00:00 2001 From: Pear120 Date: Sun, 11 Feb 2018 22:46:49 -0500 Subject: [PATCH 1/2] Added "Circuit Designer" scientist alt-title --- code/game/jobs/job/z_all_jobs_vr.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/game/jobs/job/z_all_jobs_vr.dm b/code/game/jobs/job/z_all_jobs_vr.dm index 2636ee2fa1b..f692d169526 100644 --- a/code/game/jobs/job/z_all_jobs_vr.dm +++ b/code/game/jobs/job/z_all_jobs_vr.dm @@ -47,3 +47,8 @@ /datum/job/atmos total_positions = 3 spawn_positions = 3 + +/datum/job/scientist + total_positions = 5 + spawn_positions = 3 + alt_titles = list("Xenoarcheologist", "Anomalist", "Phoron Researcher", "Circuit Designer") From 40241a8cc8a114654bfcc36d7a8ff44505a7b9e0 Mon Sep 17 00:00:00 2001 From: Pear120 Date: Mon, 12 Feb 2018 12:47:19 -0500 Subject: [PATCH 2/2] Removed redundant position defines --- code/game/jobs/job/z_all_jobs_vr.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/jobs/job/z_all_jobs_vr.dm b/code/game/jobs/job/z_all_jobs_vr.dm index f692d169526..246f3c8bf4f 100644 --- a/code/game/jobs/job/z_all_jobs_vr.dm +++ b/code/game/jobs/job/z_all_jobs_vr.dm @@ -49,6 +49,4 @@ spawn_positions = 3 /datum/job/scientist - total_positions = 5 - spawn_positions = 3 alt_titles = list("Xenoarcheologist", "Anomalist", "Phoron Researcher", "Circuit Designer")