Ancient LINDA Atmos Bug Fix

This commit is contained in:
Dip
2020-11-19 11:29:43 -03:00
parent 9b276b797b
commit 88339ee50b
@@ -201,7 +201,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, flags_1 & HOLOGRAM_1)
else