From 0f28afe81ed7263c5376c8d80cfe8e5a803605b1 Mon Sep 17 00:00:00 2001 From: morrowwolf Date: Tue, 18 Jul 2023 13:14:12 -0400 Subject: [PATCH 1/2] Adds bayonet pouch to req (#3898) # About the pull request Adds bayonet pouch to req # Explain why it's good for the game Missing pouch from req # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: Morrow add: Added bayonet pouch to req /:cl: --- code/game/machinery/vending/vendor_types/requisitions.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/vending/vendor_types/requisitions.dm b/code/game/machinery/vending/vendor_types/requisitions.dm index 838b21a00e6f..b8e3e55f1d89 100644 --- a/code/game/machinery/vending/vendor_types/requisitions.dm +++ b/code/game/machinery/vending/vendor_types/requisitions.dm @@ -92,6 +92,7 @@ list("POUCHES", -1, null, null), list("Autoinjector Pouch", round(scale * 2), /obj/item/storage/pouch/autoinjector, VENDOR_ITEM_REGULAR), + list("Bayonet Pouch", round(scale * 2), /obj/item/storage/pouch/bayonet, VENDOR_ITEM_REGULAR), list("Construction Pouch", round(scale * 2), /obj/item/storage/pouch/construction, VENDOR_ITEM_REGULAR), list("Document Pouch", round(scale * 2), /obj/item/storage/pouch/document/small, VENDOR_ITEM_REGULAR), list("Electronics Pouch", round(scale * 2), /obj/item/storage/pouch/electronics, VENDOR_ITEM_REGULAR), From dbd556a44e1ef0935459b7a7310a6dffc0668b9f Mon Sep 17 00:00:00 2001 From: cm13-github <128137806+cm13-github@users.noreply.github.com> Date: Tue, 18 Jul 2023 18:30:44 +0100 Subject: [PATCH 2/2] Automatic changelog for PR #3898 [ci skip] --- html/changelogs/AutoChangeLog-pr-3898.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-3898.yml diff --git a/html/changelogs/AutoChangeLog-pr-3898.yml b/html/changelogs/AutoChangeLog-pr-3898.yml new file mode 100644 index 000000000000..abda91f2b52b --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-3898.yml @@ -0,0 +1,4 @@ +author: "Morrow" +delete-after: True +changes: + - rscadd: "Added bayonet pouch to req" \ No newline at end of file