From fc3cca6a19ebd30b1418491fbd95d1603f20ecca Mon Sep 17 00:00:00 2001 From: deathride58 Date: Thu, 13 Dec 2018 14:48:57 -0500 Subject: [PATCH] lets try to fix heat not spreading - makes hotspot_expose force turf air updates (#7814) --- code/modules/atmospherics/environmental/LINDA_fire.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/atmospherics/environmental/LINDA_fire.dm b/code/modules/atmospherics/environmental/LINDA_fire.dm index 587c33e5b8..bf5d8efb13 100644 --- a/code/modules/atmospherics/environmental/LINDA_fire.dm +++ b/code/modules/atmospherics/environmental/LINDA_fire.dm @@ -47,6 +47,7 @@ heating.temperature = exposed_temperature heating.react() assume_air(heating) + air_update_turf() return igniting //This is the icon for fire on turfs, also helps for nurturing small fires until they are full tile