From 061997efeb5749d4dc751503accb411c5ddfa8bf Mon Sep 17 00:00:00 2001 From: Yellow Wollywog <88261474+Wollywoger@users.noreply.github.com> Date: Sun, 5 Jan 2025 14:32:57 -0500 Subject: [PATCH] Fixes Go-Juice's Reaction. (#638) --- .../code/modules/reagents/chemistry/reagents/rim_reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maplestation_modules/code/modules/reagents/chemistry/reagents/rim_reagents.dm b/maplestation_modules/code/modules/reagents/chemistry/reagents/rim_reagents.dm index 30906e707f81..4166bea4167f 100644 --- a/maplestation_modules/code/modules/reagents/chemistry/reagents/rim_reagents.dm +++ b/maplestation_modules/code/modules/reagents/chemistry/reagents/rim_reagents.dm @@ -237,7 +237,7 @@ /datum/chemical_reaction/gojuice results = list(/datum/reagent/drug/gojuice = 3) - required_reagents = list(/datum/reagent/neutroamine = 1, /datum/reagent/medicine/synaptizine = 1, /datum/reagent/drug/methamphetamine, /datum/reagent/fuel/oil = 1, /datum/reagent/consumable/sugar = 1) + required_reagents = list(/datum/reagent/neutroamine = 1, /datum/reagent/medicine/synaptizine = 1, /datum/reagent/drug/methamphetamine = 1, /datum/reagent/fuel/oil = 1, /datum/reagent/consumable/sugar = 1) reaction_tags = REACTION_TAG_HARD | REACTION_TAG_DRUG | REACTION_TAG_ORGAN | REACTION_TAG_DAMAGING | REACTION_TAG_PAIN /obj/item/reagent_containers/cup/glass/bottle/gojuice