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