From 9c7ba8c889242b31279c8e41efcc3a4eeb1db9fe Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 28 Aug 2026 23:45:53 +0000 Subject: [PATCH] Make egg cream easier to make, update bar manual. (#32442) --- code/game/objects/items/weapons/manuals.dm | 2 +- code/modules/reagents/chemistry/recipes/drinks_reactions.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weapons/manuals.dm b/code/game/objects/items/weapons/manuals.dm index 96553e1930a..e26546c497c 100644 --- a/code/game/objects/items/weapons/manuals.dm +++ b/code/game/objects/items/weapons/manuals.dm @@ -1164,7 +1164,7 @@

Horchata:

Mix four parts water, two parts rice, and one part each of sugar and vanilla. Botany or the Kitchen can help.

Mambo Smoothie:

- Mix one part each of lettuce juice and mango juice. Botany can help. + Mix one part each of kiwi juice and mango juice. Botany can help.

Mango Punch:

Mix one part each of mango juice, lime juice, and Goldschlager (Trivial Alcoholic Drinks). Surprisingly non-alcoholic. Botany can help.

Peach Milkshake:

diff --git a/code/modules/reagents/chemistry/recipes/drinks_reactions.dm b/code/modules/reagents/chemistry/recipes/drinks_reactions.dm index 58c66720838..4218ce0bc66 100644 --- a/code/modules/reagents/chemistry/recipes/drinks_reactions.dm +++ b/code/modules/reagents/chemistry/recipes/drinks_reactions.dm @@ -1248,7 +1248,7 @@ result = "eggcream" required_reagents = list("egg" = 5, "milk" = 5, "sugar" = 10) max_temp = 290 - min_temp = 275 + min_temp = 260 result_amount = 20 mix_message = "The egg and milk whip nicely together." mix_sound = 'sound/goonstation/misc/drinkfizz.ogg'