mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user