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

🆑
add: you can buy a civil defense symptom support kit from company
imports
/🆑
This commit is contained in:
sippykot
2024-12-07 16:17:31 -07:00
committed by StrangeWeirdKitten
parent f6c8f2c2f4
commit 7a6e57d9fa
@@ -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