Skip to content

Commit

Permalink
Security Belt Additions (#4045)
Browse files Browse the repository at this point in the history
## About The Pull Request

Adds the ability for secbelts to carry binoculars, attachments, and
pocket fire extinguishers.

## Why It's Good For The Game

These are all small items with utility that make sense that they could
be stored in a webbing, attachments especially. This should provide some
utility while still not being particularly overpowered, given that there
are no other changes to vest sizes.

## Changelog

:cl:
balance: Vests now have pockets for binoculars, attachments and pocket
fire extinguishers
/:cl:
  • Loading branch information
firebudgy authored Jan 21, 2025
1 parent 65cdce3 commit c59609a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/objects/items/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
/obj/item/restraints/handcuffs,
/obj/item/assembly/flash/handheld,
/obj/item/clothing/glasses,
/obj/item/binoculars,
/obj/item/ammo_casing/shotgun,
/obj/item/ammo_box/magazine,
/obj/item/ammo_box/c38, //speed loaders don't have a common path like magazines. pain.
Expand All @@ -310,6 +311,8 @@
/obj/item/flashlight/seclite,
/obj/item/melee/classic_baton/telescopic,
/obj/item/radio,
/obj/item/attachment,
/obj/item/extinguisher/mini,
/obj/item/clothing/gloves,
/obj/item/restraints/legcuffs/bola,
/obj/item/holosign_creator/security,
Expand Down

0 comments on commit c59609a

Please sign in to comment.