From 80a989c59c2ddba6c80cc30252d01209431c4dbd Mon Sep 17 00:00:00 2001 From: Staykeu <79605233+Staykeu@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:38:18 -0400 Subject: [PATCH] Drop Pouch Buff (#5902) # 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. # 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
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: Stakeyng balance: Drop pouch has more space (2 large (unchanged), 4 medium, 8 small) /:cl: --------- Co-authored-by: private-tristan <54422837+private-tristan@users.noreply.github.com> --- code/modules/clothing/under/ties.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/under/ties.dm b/code/modules/clothing/under/ties.dm index 56d819b088cb..767ff51438dd 100644 --- a/code/modules/clothing/under/ties.dm +++ b/code/modules/clothing/under/ties.dm @@ -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,