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