From cc422c024ea5cd84ff0f82cb502a459e12176e76 Mon Sep 17 00:00:00 2001 From: FluffMedic <109300046+FluffMedic@users.noreply.github.com> Date: Tue, 24 Oct 2023 21:02:30 -0400 Subject: [PATCH] Makes cryogel mixable (#7112) --- code/modules/reagents/machinery/distillery.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/reagents/machinery/distillery.dm b/code/modules/reagents/machinery/distillery.dm index 5966f415fd..caafd7ec03 100644 --- a/code/modules/reagents/machinery/distillery.dm +++ b/code/modules/reagents/machinery/distillery.dm @@ -368,3 +368,6 @@ desc = "A gas-operated variant of a chemical distillery. Able to reach much higher, and lower, temperatures through the use of treated gas." use_atmos = TRUE + + max_temp = T0C + 300 //ChompEDIT + min_temp = T0C - 270 //ChompEDIT