From 5255d652f00233ec850e4c5aa3903d0faa192e51 Mon Sep 17 00:00:00 2001 From: FalseIncarnate Date: Thu, 9 Jul 2015 05:49:56 -0400 Subject: [PATCH] Freezing is silent Ice and Applejack are now reactions without sound. --- code/modules/reagents/Chemistry-Recipes.dm | 1 + code/modules/reagents/newchem/drinks.dm | 1 + 2 files changed, 2 insertions(+) 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"