Merge pull request #9837 from Ghommie/Ghommie-cit365

Ports "Fixes an Ancient LINDA Bug"
This commit is contained in:
kevinz000
2019-11-19 21:32:23 -07:00
committed by GitHub
@@ -199,7 +199,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