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