From 2d3f02e79594cdc164a88ba316553200e82fa325 Mon Sep 17 00:00:00 2001 From: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> Date: Sat, 4 Sep 2021 16:06:34 -0400 Subject: [PATCH] Changes Gimlet Recipe + Result Amount --- code/modules/reagents/chemistry/recipes/drinks.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/recipes/drinks.dm b/code/modules/reagents/chemistry/recipes/drinks.dm index f03ae9b316b..c5f4a2b63bf 100644 --- a/code/modules/reagents/chemistry/recipes/drinks.dm +++ b/code/modules/reagents/chemistry/recipes/drinks.dm @@ -915,8 +915,8 @@ name = "Gimlet" id = "gimlet" result = "gimlet" - required_reagents = list("gin" = 1, "limejuice" = 1) - result_amount = 2 + required_reagents = list("gin" = 1, "limejuice" = 1, "sugar" = 1) + result_amount = 3 mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' /datum/chemical_reaction/sidecar