Skip to content

Commit

Permalink
tubulkar pouch buff (#5015)
Browse files Browse the repository at this point in the history
tubular pouches can now hold 40mm grenades, flashes and bread tubes.
  • Loading branch information
cdb-is-not-good authored Feb 4, 2024
1 parent 0fc25eb commit 7ec698c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/game/objects/items/weapons/storage/pouches.dm
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,10 @@ obj/item/storage/pouch/large_generic/advmedic/populate_contents()
/obj/item/gun/projectile/boltgun/flare_gun,
/obj/item/ammo_casing/flare,
/obj/item/ammo_casing/shotgun,
/obj/item/ammo_magazine/speed_loader_shotgun
/obj/item/ammo_magazine/speed_loader_shotgun,
/obj/item/ammo_casing/grenade,
/obj/item/device/flash,
/obj/item/reagent_containers/food/snacks/openable/tastybread
)

/obj/item/storage/pouch/tubular/vial
Expand Down

0 comments on commit 7ec698c

Please sign in to comment.