From 0c6a4cb87951a1ad6f1424e9f3856d5fdcc1230b Mon Sep 17 00:00:00 2001 From: Alphas00 <154434082+Alphas00@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:32:56 +0100 Subject: [PATCH] Bartender Slots -There can now be 2 character joining as the bartender job --- code/modules/jobs/job_types/cargo_service.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/jobs/job_types/cargo_service.dm b/code/modules/jobs/job_types/cargo_service.dm index 9dec1a40..05b2ba44 100644 --- a/code/modules/jobs/job_types/cargo_service.dm +++ b/code/modules/jobs/job_types/cargo_service.dm @@ -163,7 +163,7 @@ Bartender 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 = "#bbe291"