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'