Makes department guard gear consistent (#18161)

* makes department guard gear consistent

* forgot cuffs

* does it right this time

* Update security.dm

* Update security.dm
This commit is contained in:
YakumoChen
2023-01-12 17:16:01 +00:00
committed by GitHub
parent c3b1e58ce8
commit ba5403c3ab
2 changed files with 19 additions and 10 deletions
@@ -132,20 +132,20 @@
icon = 'icons/obj/storage/closet.dmi'
/obj/structure/closet/secure_closet/security/cargo/PopulateContents()
new /obj/item/storage/box/gunset/pepperball(src)
new /obj/item/storage/bag/garment/customs_agent(src)
new /obj/item/restraints/handcuffs/cable/orange(src)
new /obj/item/assembly/flash/handheld(src)
/obj/structure/closet/secure_closet/security/engine
name = "\proper engineering guard's locker"
req_access = list(ACCESS_BRIG_ENTRANCE, ACCESS_ENGINE_EQUIP)
req_access = list(ACCESS_BRIG_ENTRANCE, ACCESS_ENGINEERING)
icon_state = "eng_secure"
icon = 'icons/obj/storage/closet.dmi'
/obj/structure/closet/secure_closet/security/engine/PopulateContents()
new /obj/item/restraints/handcuffs/cable/yellow(src)
new /obj/item/storage/box/gunset/pepperball(src)
new /obj/item/storage/bag/garment/engineering_guard(src)
new /obj/item/assembly/flash/handheld(src)
/obj/structure/closet/secure_closet/security/science
name = "\proper science guard's locker"
@@ -155,8 +155,8 @@
/obj/structure/closet/secure_closet/security/science/PopulateContents()
new /obj/item/restraints/handcuffs/cable/pink(src)
new /obj/item/storage/box/gunset/pepperball(src)
new /obj/item/storage/bag/garment/science_guard(src)
new /obj/item/assembly/flash/handheld(src)
/obj/structure/closet/secure_closet/security/med
name = "\proper orderly's locker"
@@ -166,8 +166,8 @@
/obj/structure/closet/secure_closet/security/med/PopulateContents()
new /obj/item/restraints/handcuffs/cable/blue(src)
new /obj/item/storage/box/gunset/pepperball(src)
new /obj/item/storage/bag/garment/orderly(src)
new /obj/item/assembly/flash/handheld(src)
// SKYRAT EDIT CHANGE END -- GOOFSEC DEP GUARDS
/obj/structure/closet/secure_closet/detective