Skip to content

Commit

Permalink
added Body cam's too sec and captain lockers
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidlink1 committed Nov 15, 2023
1 parent 2b77ab2 commit 88aa571
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
new /obj/item/gun/energy/e_gun(src)
new /obj/item/door_remote/captain(src)
new /obj/item/storage/photo_album/captain(src)
new /obj/item/bodycam_upgrade(src)

/obj/structure/closet/secure_closet/hop
name = "head of personnel's locker"
Expand Down Expand Up @@ -67,6 +68,7 @@
new /obj/item/storage/photo_album/hos(src)
new /obj/item/gun/ballistic/automatic/pistol/paco(src) //monkestation edit: paco sec
new /obj/item/ammo_box/magazine/m35(src) //monkestation edit: paco sec
new /obj/item/bodycam_upgrade(src)

/obj/structure/closet/secure_closet/hos/populate_contents_immediate()
. = ..()
Expand Down Expand Up @@ -100,6 +102,7 @@
new /obj/item/flashlight/seclite(src)
new /obj/item/clothing/gloves/krav_maga/sec(src)
new /obj/item/door_remote/head_of_security(src)
new /obj/item/bodycam_upgrade(src)

/obj/structure/closet/secure_closet/security
name = "security officer's locker"
Expand All @@ -116,6 +119,7 @@
new /obj/item/clothing/glasses/hud/security/sunglasses(src)
new /obj/item/flashlight/seclite(src)
new /obj/item/ammo_box/magazine/m35/rubber(src) //monkestation edit: Paco sec
new /obj/item/bodycam_upgrade(src)

/obj/structure/closet/secure_closet/security/sec

Expand Down

0 comments on commit 88aa571

Please sign in to comment.