Merge pull request #287 from Verkister/master

Another attempt at fixing air.dm
This commit is contained in:
LetterJay
2017-03-16 17:49:09 -04:00
committed by GitHub
+1 -1
View File
@@ -218,7 +218,7 @@ var/datum/subsystem/air/SSair
while(currentrun.len)
var/turf/open/T = currentrun[currentrun.len]
currentrun.len--
if (T)
if (isturf(T))
T.process_cell(fire_count)
if (MC_TICK_CHECK)
return