From 02a420201febe85c04c4f26f1b7801ae1f628c94 Mon Sep 17 00:00:00 2001 From: zimon9 <122945887+zimon9@users.noreply.github.com> Date: Mon, 9 Sep 2024 06:36:28 -0400 Subject: [PATCH] Adds a rubbershot box to cargo (#3326) ## About The Pull Request This should add a box of rubbershot ammo to the outpost cargo market. ## Why It's Good For The Game This will allow players the ability to purchase rubbershot for training activities without having to require RnD beforehand. ## Changelog :cl: add: Adds a rubbershot box to the outpost market /:cl: --- code/modules/cargo/packs/ammo.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/cargo/packs/ammo.dm b/code/modules/cargo/packs/ammo.dm index 32b7c05d77d5..469d80ac01c7 100644 --- a/code/modules/cargo/packs/ammo.dm +++ b/code/modules/cargo/packs/ammo.dm @@ -76,6 +76,12 @@ cost = 210 contains = list(/obj/item/storage/box/techshot) +/datum/supply_pack/ammo/rubbershot + name = "Rubbershot Crate" + desc = "Contains a box of twenty-five rubbershot shells for use in crowd control or training." + cost = 500 + contains = list(/obj/item/ammo_box/a12g/rubbershot) + /* .38 ammo */