Skip to content

Commit

Permalink
Move belt items into belt
Browse files Browse the repository at this point in the history
  • Loading branch information
Gw0sty committed Sep 29, 2024
1 parent 2b255d6 commit 5432429
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions monkestation/code/modules/blueshield/closet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
new /obj/item/clothing/suit/armor/vest/blueshield/jacket(src)
new /obj/item/clothing/neck/mantle/bsmantle(src)

/obj/item/storage/belt/security/blueshield/PopulateContents()
new /obj/item/grenade/flashbang(src)
new /obj/item/assembly/flash/handheld(src)
new /obj/item/reagent_containers/spray/pepper(src)
new /obj/item/restraints/handcuffs(src)

/obj/structure/closet/secure_closet/blueshield
name = "blueshield's locker"
icon_state = "bs"
Expand All @@ -24,10 +30,6 @@
..()
new /obj/item/storage/briefcase/secure(src)
new /obj/item/storage/belt/security/blueshield(src)
new /obj/item/grenade/flashbang(src)
new /obj/item/assembly/flash/handheld(src)
new /obj/item/reagent_containers/spray/pepper(src)
new /obj/item/restraints/handcuffs(src)
new /obj/item/melee/baton/telescopic(src)
new /obj/item/clothing/glasses/hud/security/sunglasses(src)
new /obj/item/storage/medkit/frontier/stocked(src)
Expand Down

0 comments on commit 5432429

Please sign in to comment.