From 4e794e46f6e628c2aca314f8450dae2d386d0fee Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Wed, 7 Aug 2024 18:24:36 +0300 Subject: [PATCH] [MIRROR] [MODULAR] Fixes Service Guards not being able to use their batons in the Bar Lounge or the Delta Service Promenade. (#4895) * [MODULAR] Fixes Service Guards not being able to use their batons in the Bar Lounge or the Delta Service Promenade. (#4211) * [MIRROR] [MODULAR] Fixes Service Guards not being able to use their batons in the Bar Lounge or the Delta Service Promenade. --------- Co-authored-by: Iamgoofball Co-authored-by: StealsThePRs --- modular_nova/modules/goofsec/code/department_guards.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_nova/modules/goofsec/code/department_guards.dm b/modular_nova/modules/goofsec/code/department_guards.dm index 31170531e14..38a11beb0a4 100644 --- a/modular_nova/modules/goofsec/code/department_guards.dm +++ b/modular_nova/modules/goofsec/code/department_guards.dm @@ -790,7 +790,7 @@ name = "service stun baton" desc = "A stun baton that doesn't operate outside of the Service department, based off the station's blueprint layout. Can be used outside of Service up to three times before needing to return!" icon_state = "service_baton" - valid_areas = list(/area/station/service, /area/station/maintenance/department/chapel, /area/station/maintenance/department/crew_quarters, /area/shuttle/escape) + valid_areas = list(/area/station/service, /area/station/hallway/primary/fore, /area/station/commons/lounge, /area/station/maintenance/department/chapel, /area/station/maintenance/department/crew_quarters, /area/shuttle/escape) /obj/item/melee/baton/security/loaded/departmental/prison name = "prison stun baton"