From 14c13e1207f300446c91830e2838cea3810d9cf6 Mon Sep 17 00:00:00 2001 From: paprka Date: Mon, 22 Dec 2014 17:05:36 -0800 Subject: [PATCH] adds second janitor slot --- code/game/jobs/job/civilian.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/job/civilian.dm b/code/game/jobs/job/civilian.dm index dc1e5110c05..e45f3183c44 100644 --- a/code/game/jobs/job/civilian.dm +++ b/code/game/jobs/job/civilian.dm @@ -283,7 +283,7 @@ Janitor department_head = list("Head of Personnel") department_flag = CIVILIAN faction = "Station" - total_positions = 1 + total_positions = 2 spawn_positions = 1 supervisors = "the head of personnel" selection_color = "#dddddd"