diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 537eac4f6cc..9231a1c44a8 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -73,6 +73,7 @@ datum result_amount = 1 max_temp = 273 mix_message = "Ice forms as the water freezes." + mix_sound = null sterilizine name = "Sterilizine" diff --git a/code/modules/reagents/newchem/drinks.dm b/code/modules/reagents/newchem/drinks.dm index fe920178acf..637b101f32d 100644 --- a/code/modules/reagents/newchem/drinks.dm +++ b/code/modules/reagents/newchem/drinks.dm @@ -48,6 +48,7 @@ max_temp = 270 result_amount = 1 mix_message = "The drink darkens as the water freezes, leaving the concentrated cider behind." + mix_sound = null /datum/reagent/ethanol/jackrose name = "Jack Rose"