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