From 76eea85c0dc326b7891a2fe360c29eaf9e43a374 Mon Sep 17 00:00:00 2001 From: Helg2 <93882977+Helg2@users.noreply.github.com> Date: Sun, 8 Sep 2024 15:36:04 +0300 Subject: [PATCH] Adds corpsman satchel and backpack to cargo. (#234) * Update clothing.dm * Update clothing.dm --- code/modules/reqs/clothing.dm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/code/modules/reqs/clothing.dm b/code/modules/reqs/clothing.dm index 5ce29118c44..951272cbfdf 100644 --- a/code/modules/reqs/clothing.dm +++ b/code/modules/reqs/clothing.dm @@ -27,6 +27,16 @@ contains = list(/obj/item/storage/backpack/marine/tech) cost = 50 +/datum/supply_packs/clothing/corpsman_satchel + name = "TGMC corpsman satchel" + contains = list(/obj/item/storage/backpack/marine/corpsman/satchel) + cost = 75 + +/datum/supply_packs/clothing/corpsman_backpack + name = "TGMC corpsman backpack" + contains = list(/obj/item/storage/backpack/marine/corpsman) + cost = 125 // higher price because it has a better cell + /datum/supply_packs/clothing/officer_outfits name = "officer outfits" contains = list(