From 827ae2fa5a4a8c6485fbb9a2ad7963a70ce9dade Mon Sep 17 00:00:00 2001 From: SuperDrish <59139863+Microvolnovka19@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:11:09 +0000 Subject: [PATCH] Fix condenser not simulating turf air (#87319) --- code/modules/assembly/igniter.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/assembly/igniter.dm b/code/modules/assembly/igniter.dm index 061de2a5f92..11e037bf7ad 100644 --- a/code/modules/assembly/igniter.dm +++ b/code/modules/assembly/igniter.dm @@ -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