From cfe11488b6febfccf20672a37a732b18611b1866 Mon Sep 17 00:00:00 2001 From: Chayse Ramsay Date: Thu, 15 Feb 2018 10:15:34 +0000 Subject: [PATCH] Re-adds HoP to the Civilian joblist Should make them able to be chosen as a job again --- modular_citadel/code/modules/jobs/jobs.dm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modular_citadel/code/modules/jobs/jobs.dm b/modular_citadel/code/modules/jobs/jobs.dm index 1e3baa91c3..85e8043d62 100644 --- a/modular_citadel/code/modules/jobs/jobs.dm +++ b/modular_citadel/code/modules/jobs/jobs.dm @@ -11,5 +11,18 @@ 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"))