this wasn't even a copy+paste error, it's unaccountable

This commit is contained in:
Putnam3145
2022-08-06 22:53:00 -07:00
parent c0073370b2
commit cda032a2dc

View File

@@ -266,8 +266,8 @@
/datum/reagent/water/reaction_turf(turf/open/T, reac_volume)
if (!istype(T))
return
if(holder?.temp > T0C + 100)
T.atmos_spawn_air("[GAS_H2O]=[reac_volume/molarity];TEMP=[holder.temp]")
if(holder?.chem_temp > T0C + 100)
T.atmos_spawn_air("[GAS_H2O]=[reac_volume/molarity];TEMP=[holder.chem_temp]")
else
var/CT = cooling_temperature