From 7a6e57d9fabfdce7dae6492eea0aceff068af773 Mon Sep 17 00:00:00 2001 From: sippykot Date: Fri, 6 Dec 2024 14:17:08 +0100 Subject: [PATCH] Cdef symptom kit (#2595) ## About The Pull Request (re?)adds the "civil defense symptom support kit" to cargo ## Why It's Good For The Game why couldn't you import this again? it's a bunch of chems to stop someone from puking their guts out or such, and helps out people with bad quirks - maybe it should be added to medical orders as a crate, but at that point you can just cook some of these ## Proof Of Testing i swear i tested it ## Changelog :cl: add: you can buy a civil defense symptom support kit from company imports /:cl: --- .../company_imports/code/armament_datums/deforest_medical.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modular_skyrat/modules/company_imports/code/armament_datums/deforest_medical.dm b/modular_skyrat/modules/company_imports/code/armament_datums/deforest_medical.dm index 49481a2e192..7dec593129a 100644 --- a/modular_skyrat/modules/company_imports/code/armament_datums/deforest_medical.dm +++ b/modular_skyrat/modules/company_imports/code/armament_datums/deforest_medical.dm @@ -11,6 +11,11 @@ item_type = /obj/item/storage/medkit/civil_defense/stocked cost = PAYCHECK_COMMAND * 2.5 +/datum/armament_entry/company_import/deforest/first_aid_kit/comfort + item_type = /obj/item/storage/medkit/civil_defense/comfort/stocked + cost = PAYCHECK_COMMAND * 4 + // bubbah price, not adding it to other stuff because i dont want to mess with the changes... would make adjusting it harder, and that shit is overpriced rn + /datum/armament_entry/company_import/deforest/first_aid_kit/frontier item_type = /obj/item/storage/medkit/frontier/stocked cost = PAYCHECK_COMMAND * 3.5