From e85aa903a70d9aacbcb146655c78d677a36fe2b4 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Fri, 23 Feb 2018 19:32:41 -0600 Subject: [PATCH] [MIRROR] Readds whisky sour & hearty punch mix sounds (#5676) * Merge pull request #35904 from ShizCalev/mix-sounds Readds whisky sour & hearty punch mix sounds * Readds whisky sour & hearty punch mix sounds --- code/modules/food_and_drinks/recipes/drinks_recipes.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/food_and_drinks/recipes/drinks_recipes.dm b/code/modules/food_and_drinks/recipes/drinks_recipes.dm index 447b65fa09..ec626b232e 100644 --- a/code/modules/food_and_drinks/recipes/drinks_recipes.dm +++ b/code/modules/food_and_drinks/recipes/drinks_recipes.dm @@ -504,7 +504,6 @@ results = list("whiskey_sour" = 3) required_reagents = list("whiskey" = 1, "lemonjuice" = 1, "sugar" = 1) mix_message = "The mixture darkens to a rich gold hue." - mix_sound = null /datum/chemical_reaction/fetching_fizz name = "Fetching Fizz" @@ -519,7 +518,6 @@ results = list("hearty_punch" = 1) //Very little, for balance reasons required_reagents = list("bravebull" = 5, "syndicatebomb" = 5, "absinthe" = 5) mix_message = "The mixture darkens to a healthy crimson." - mix_sound = null required_temp = 315 //Piping hot! /datum/chemical_reaction/bacchus_blessing