mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
Adds Hydrocodone to the Syndi Med Duffel (#21472)
* fix time * a slight reduction
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user