fixes job exp requirements by unmodularizing job list defines (#7703)
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
/*CITADEL CHANGE - comments this out to be overridden in modular_citadel
|
||||
GLOBAL_LIST_INIT(command_positions, list(
|
||||
"Captain",
|
||||
"Head of Personnel",
|
||||
"Head of Security",
|
||||
"Chief Engineer",
|
||||
"Research Director",
|
||||
"Chief Medical Officer"))
|
||||
*/
|
||||
"Chief Medical Officer",
|
||||
"Quartermaster"))
|
||||
|
||||
GLOBAL_LIST_INIT(engineering_positions, list(
|
||||
"Chief Engineer",
|
||||
@@ -27,15 +26,13 @@ GLOBAL_LIST_INIT(science_positions, list(
|
||||
"Scientist",
|
||||
"Roboticist"))
|
||||
|
||||
/*CITADEL CHANGE - comments this out to be overridden in modular_citadel
|
||||
GLOBAL_LIST_INIT(supply_positions, list(
|
||||
"Head of Personnel",
|
||||
"Quartermaster",
|
||||
"Cargo Technician",
|
||||
"Shaft Miner"))
|
||||
*/
|
||||
/*CITADEL CHANGE - comments this out to be overridden in modular_citadel
|
||||
|
||||
GLOBAL_LIST_INIT(civilian_positions, list(
|
||||
"Head of Personnel",
|
||||
"Bartender",
|
||||
"Botanist",
|
||||
"Cook",
|
||||
@@ -46,7 +43,6 @@ GLOBAL_LIST_INIT(civilian_positions, list(
|
||||
"Clown",
|
||||
"Mime",
|
||||
"Assistant"))
|
||||
*/
|
||||
|
||||
GLOBAL_LIST_INIT(security_positions, list(
|
||||
"Head of Security",
|
||||
|
||||
Reference in New Issue
Block a user