Porting "Adjacent Atmos subsystem revival"

This commit is contained in:
Ghommie
2019-10-28 17:04:31 +01:00
parent f54449bc7c
commit a2f9aaf899
11 changed files with 59 additions and 14 deletions
@@ -43,7 +43,7 @@
/atom/movable/proc/BlockSuperconductivity() // objects that block air and don't let superconductivity act. Only firelocks atm.
return FALSE
/turf/proc/CalculateAdjacentTurfs()
/turf/proc/ImmediateCalculateAdjacentTurfs()
var/canpass = CANATMOSPASS(src, src)
var/canvpass = CANVERTICALATMOSPASS(src, src)
for(var/direction in GLOB.cardinals_multiz)
@@ -107,7 +107,7 @@
/turf/air_update_turf(command = 0)
if(command)
CalculateAdjacentTurfs()
ImmediateCalculateAdjacentTurfs()
SSair.add_to_active(src,command)
/atom/movable/proc/move_update_air(turf/T)