29 lines
468 B
Plaintext
29 lines
468 B
Plaintext
GLOBAL_LIST_INIT(command_positions, list(
|
|
"Captain",
|
|
"Head of Personnel",
|
|
"Head of Security",
|
|
"Chief Engineer",
|
|
"Research Director",
|
|
"Chief Medical Officer",
|
|
"Quartermaster"))
|
|
|
|
GLOBAL_LIST_INIT(supply_positions, list(
|
|
"Quartermaster",
|
|
"Cargo Technician",
|
|
"Shaft Miner"))
|
|
|
|
GLOBAL_LIST_INIT(civilian_positions, list(
|
|
"Head of Personnel",
|
|
"Bartender",
|
|
"Botanist",
|
|
"Cook",
|
|
"Janitor",
|
|
"Curator",
|
|
"Lawyer",
|
|
"Chaplain",
|
|
"Clown",
|
|
"Mime",
|
|
"Assistant"))
|
|
|
|
|