From d8ee628b3bd37b12564df7c2be601e3f78b84ab7 Mon Sep 17 00:00:00 2001 From: Ryal Date: Tue, 16 Feb 2021 03:36:44 -0800 Subject: [PATCH] Adds drugs to nukie med borg (#15517) --- 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 8338253fc6c..c5809775361 100644 --- a/code/modules/reagents/reagent_containers/borghydro.dm +++ b/code/modules/reagents/reagent_containers/borghydro.dm @@ -31,7 +31,7 @@ icon_state = "borghypo_s" charge_cost = 20 recharge_time = 2 - reagent_ids = list("syndicate_nanites", "potass_iodide", "hydrocodone") + reagent_ids = list("syndicate_nanites", "potass_iodide", "hydrocodone", "salglu_solution", "epinephrine", "spaceacillin") bypass_protection = 1 /obj/item/reagent_containers/borghypo/New()