Skip to content

Commit

Permalink
doubles size of flarepouch
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Jan 31, 2024
1 parent fcae67e commit eca2dfd
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 eca2dfd

Please sign in to comment.