From 2acc760edf9d2763aacb98db84b3a21e0fcae49e Mon Sep 17 00:00:00 2001 From: xXPawnStarrXx <53197594+xXPawnStarrXx@users.noreply.github.com> Date: Fri, 23 Jun 2023 17:29:22 +0100 Subject: [PATCH] Update agave.dm --- code/modules/hydroponics/grown/agave.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/grown/agave.dm b/code/modules/hydroponics/grown/agave.dm index 02b1d90740b..0561c56f8ab 100644 --- a/code/modules/hydroponics/grown/agave.dm +++ b/code/modules/hydroponics/grown/agave.dm @@ -28,5 +28,5 @@ desc = "A strange kind of fleshy grass often used as a primitive burn medication that rapidly depletes stored nutrients in the body." icon_state = "Agave Leaf" icon = 'icons/obj/flora/wastelandflora.dmi' - juice_results = list(/datum/reagent/consumable/agavejuice = 0) + juice_results = list(/datum/reagent/consumable/agavejuice = 0.1) distill_reagent = /datum/reagent/consumable/ethanol/tequila