1 real fix, two bandaid ones. (#7270)

This commit is contained in:
FluffMedic
2023-11-25 13:53:46 +01:00
committed by GitHub
parent eb65b5721c
commit 08e7b6658b
3 changed files with 5 additions and 1 deletions
@@ -178,7 +178,7 @@
inhibitors = list("water" = 5)
result_amount = 1
temp_range = list(0, 15)
temp_range = list(T0C + 10, T20C + 15) //CHOMPedit: I know this doesn't make sense, and this is a baindaid fix but distiller code refuses to go this low, even with correct variables
temp_shift = 20
/decl/chemical_reaction/distilling/cryogel/on_reaction(var/datum/reagents/holder, var/created_volume)