Skip to content

Commit

Permalink
doubles size of flarepouch (#5614)
Browse files Browse the repository at this point in the history
# About the pull request

soubles the internal size of flarepouch to 16 from 8

# Explain why it's good for the game

compared to other pouches flarepouch in comparison to other intem
storing pouches is lacking, at current moment it can store one flarebox
worth of flares, flarebox is mag sized (4), meanwhile mag pouch is able
to hold 3 magazines. Even medium general pouch (size 5) does have more
storage then flarepouch technicly. This makes flarepouch more viable and
more used. there should not be worry about this allowing flarespam or
stuff like that, when you want to do that current moment you take
backpack filled with flare boxes not flarepouch anyway.


# 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:
balance: increases flare pouch storage slots from 8 to 16 
/:cl:

Co-authored-by: vincibrv <[email protected]>
  • Loading branch information
cuberound and uuuuhuuuu authored Feb 3, 2024
1 parent 8241bd6 commit 54e3060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/storage/pouch.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1107,8 +1107,8 @@
name = "flare pouch"
desc = "A pouch designed to hold flares. Refillable with an M94 flare pack."
max_w_class = SIZE_SMALL
storage_slots = 8
max_storage_space = 8
storage_slots = 16
max_storage_space = 16
storage_flags = STORAGE_FLAGS_POUCH|STORAGE_USING_DRAWING_METHOD
icon_state = "flare"
can_hold = list(/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare/signal)
Expand Down

0 comments on commit 54e3060

Please sign in to comment.