Skip to content

Commit

Permalink
Drop Pouch Buff (#5902)
Browse files Browse the repository at this point in the history
# About the pull request

The intention behind this PR is to see the drop pouch used more often as
a middle ground between the magazine webbing and large webbing. Adds two
more small item spaces (one medium item space). The drop pouch carries
either two large items (unchanged), four medium sized items, or eight
small items.

<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game

The drop pouch is rarely ever used, mostly by smartgunners who need a
few extra drums. This should change that. It brings the drop pouch up
from a niche "(worse) large pouch but for your webbing slot" to a
middler between the magazine webbing and large webbing, mag webbing is
still better for packing mags, like it always has been, and large
webbing is still better for packing medium sized items, which are most
of the items a marine would be packing.
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl: Stakeyng
balance: Drop pouch has more space (2 large (unchanged), 4 medium, 8
small)
/:cl:

---------

Co-authored-by: private-tristan <[email protected]>
  • Loading branch information
Staykeu and private-tristan committed Mar 11, 2024
1 parent f2e1761 commit 80a989c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/under/ties.dm
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@
w_class = SIZE_LARGE //Allow storage containers that's medium or below
storage_slots = null
max_w_class = SIZE_MEDIUM
max_storage_space = 6 //weight system like backpacks, hold enough for 2 medium (normal) size items, or 3 small items, or 6 tiny items
max_storage_space = 8 //weight system like backpacks, hold enough for 2 medium (normal) size items, or 4 small items, or 8 tiny items
cant_hold = list( //Prevent inventory powergame
/obj/item/storage/firstaid,
/obj/item/storage/bible,
Expand Down

0 comments on commit 80a989c

Please sign in to comment.