From 77327caf7b16e600c765a19a39246ea0134cec38 Mon Sep 17 00:00:00 2001 From: Oblisk234 <61151679+Oblisk234@users.noreply.github.com> Date: Mon, 17 Feb 2025 00:09:40 +0000 Subject: [PATCH] Service hall (#22983) --- code/modules/jobs/job_types/security_officer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/jobs/job_types/security_officer.dm b/code/modules/jobs/job_types/security_officer.dm index 47b0a97fffc5..d8cf8becef88 100644 --- a/code/modules/jobs/job_types/security_officer.dm +++ b/code/modules/jobs/job_types/security_officer.dm @@ -109,7 +109,7 @@ GLOBAL_LIST_INIT(available_depts_sec, list(SEC_DEPT_ENGINEERING, SEC_DEPT_MEDICA minimal_lightup_areas |= GLOB.science_lightup_areas if(SEC_DEPT_SERVICE) ears = /obj/item/radio/headset/headset_sec/alt/department/service - dep_access = list(ACCESS_THEATRE, ACCESS_CHAPEL_OFFICE, ACCESS_LIBRARY, ACCESS_BAR, ACCESS_KITCHEN, ACCESS_HYDROPONICS, ACCESS_JANITOR, ACCESS_CLERK) + dep_access = list(ACCESS_THEATRE, ACCESS_CHAPEL_OFFICE, ACCESS_LIBRARY, ACCESS_BAR, ACCESS_KITCHEN, ACCESS_HYDROPONICS, ACCESS_JANITOR, ACCESS_CLERK, ACCESS_SERVICE) destination = /area/security/checkpoint/service spawn_point = locate(/obj/effect/landmark/start/depsec/service) in GLOB.department_security_spawns accessory = /obj/item/clothing/accessory/armband/service