From 7abe2a968d6f410506d50d463d144daf84a5f168 Mon Sep 17 00:00:00 2001 From: Landerlow Date: Fri, 29 Sep 2017 12:10:36 +0200 Subject: [PATCH] Changed reagent from hydrocodone to morphine --- code/modules/reagents/reagent_containers/borghydro.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/borghydro.dm b/code/modules/reagents/reagent_containers/borghydro.dm index 585126a5d23..4f4e7b7b16a 100644 --- a/code/modules/reagents/reagent_containers/borghydro.dm +++ b/code/modules/reagents/reagent_containers/borghydro.dm @@ -15,7 +15,7 @@ var/bypass_protection = 0 //If the hypospray can go through armor or thick material var/list/datum/reagents/reagent_list = list() - var/list/reagent_ids = list("salglu_solution", "epinephrine", "spaceacillin", "charcoal", "hydrocodone") + var/list/reagent_ids = list("salglu_solution", "epinephrine", "spaceacillin", "charcoal", "morphine") //var/list/reagent_ids = list("salbutamol", "silver_sulfadiazine", "styptic_powder", "charcoal", "epinephrine", "spaceacillin") /obj/item/weapon/reagent_containers/borghypo/surgeon