Skip to content

Commit

Permalink
[MIRROR] [MODULAR] Fixes Service Guards not being able to use their b…
Browse files Browse the repository at this point in the history
…atons 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 <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Aug 7, 2024
1 parent 0ef4048 commit 4e794e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_nova/modules/goofsec/code/department_guards.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4e794e4

Please sign in to comment.