Commenting out civilian job global init

This commit is contained in:
Chayse Ramsay
2018-02-15 10:15:02 +00:00
committed by GitHub
parent 4d7e9caa52
commit 9c3c039dc1
+3 -3
View File
@@ -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
return job