Oh yea, now I remember why I did not port the webedit.. bhjiiiiiiin!

This commit is contained in:
Ghommie
2019-11-17 04:11:37 +01:00
parent d9b24b20d1
commit 773b3e6605
@@ -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