Fix condenser not simulating turf air (#87319)

This commit is contained in:
SuperDrish
2024-10-21 09:11:09 +02:00
committed by GitHub
parent d38f1af940
commit 827ae2fa5a
+1
View File
@@ -69,6 +69,7 @@
if(location)
var/datum/gas_mixture/enviro = location.return_air()
enviro.temperature = clamp(min(ROOM_TEMP, enviro.temperature*0.85),MIN_FREEZE_TEMP,MAX_FREEZE_TEMP)
location.air_update_turf(FALSE, FALSE)
sparks.start()
#undef EXPOSED_VOLUME