From 9c3c039dc1a45e359a47e2329469d691048b9337 Mon Sep 17 00:00:00 2001 From: Chayse Ramsay Date: Thu, 15 Feb 2018 10:15:02 +0000 Subject: [PATCH] Commenting out civilian job global init --- code/modules/jobs/jobs.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/jobs/jobs.dm b/code/modules/jobs/jobs.dm index 55fbec0c58..f3b3237834 100644 --- a/code/modules/jobs/jobs.dm +++ b/code/modules/jobs/jobs.dm @@ -34,7 +34,7 @@ GLOBAL_LIST_INIT(supply_positions, list( "Cargo Technician", "Shaft Miner")) */ - +/*CITADEL CHANGE - comments this out to be overridden in modular_citadel GLOBAL_LIST_INIT(civilian_positions, list( "Bartender", "Botanist", @@ -46,7 +46,7 @@ GLOBAL_LIST_INIT(civilian_positions, list( "Clown", "Mime", "Assistant")) - +*/ GLOBAL_LIST_INIT(security_positions, list( "Head of Security", @@ -127,4 +127,4 @@ GLOBAL_PROTECT(exp_specialmap) job = mine_expand.Replace(job, "shaft miner") job = chef_expand.Replace(job, "cook") job = borg_expand.Replace(job, "cyborg") - return job \ No newline at end of file + return job