Adds Hydrocodone to the Syndi Med Duffel (#21472)

* fix time

* a slight reduction
This commit is contained in:
matttheficus
2023-07-07 13:41:26 +01:00
committed by GitHub
parent 765c419feb
commit 4317881bcc
2 changed files with 6 additions and 0 deletions
@@ -574,6 +574,7 @@
new /obj/item/FixOVein(src)
new /obj/item/clothing/suit/straight_jacket(src)
new /obj/item/clothing/mask/muzzle(src)
new /obj/item/reagent_containers/glass/bottle/reagent/hydrocodone(src)
/obj/item/storage/backpack/duffel/syndie/med/surgery_fake //for maint spawns
name = "surgery duffelbag"
@@ -219,6 +219,11 @@
desc = "A reagent bottle. Contains morphine."
list_reagents = list("morphine" = 50)
/obj/item/reagent_containers/glass/bottle/reagent/hydrocodone
name = "hydrocodone bottle"
desc = "A reagent bottle. Contains hydrocodone."
list_reagents = list("hydrocodone" = 30)
/obj/item/reagent_containers/glass/bottle/reagent/insulin
name = "insulin bottle"
desc = "A reagent bottle. Contains insulin."