Fixes an Ancient LINDA Bug (#43326)

This commit is contained in:
Fox McCloud
2019-03-28 01:54:38 -04:00
committed by ShizCalev
parent 6ba7c1e428
commit 1d6aa2fb2a
@@ -192,7 +192,7 @@
var/radiated_temperature = location.air.temperature*FIRE_SPREAD_RADIOSITY_SCALE
for(var/t in location.atmos_adjacent_turfs)
var/turf/open/T = t
if(T.active_hotspot)
if(!T.active_hotspot)
T.hotspot_expose(radiated_temperature, CELL_VOLUME/4)
else