ATMOS Firelocks and more

This commit is contained in:
Ghom
2020-11-19 11:04:04 -03:00
committed by Dip
parent 9b276b797b
commit 7a8fcf77d4
9 changed files with 37 additions and 13 deletions
@@ -387,8 +387,6 @@
if(blocks_air)
..()
return
for (var/atom/movable/G in src)
if (G.blocksTemperature())
return
@@ -410,10 +408,8 @@
if(!neighbor.thermal_conductivity)
continue
if(neighbor.archived_cycle < SSair.times_fired)
neighbor.archive()
neighbor.neighbor_conduct_with_src(src)
neighbor.consider_superconductivity()