Removes a bunch of in worlds from the code.
Deity please stop adding more it wounds me.
This commit is contained in:
clusterfack
2015-05-11 16:58:37 -05:00
parent 6a3ecf778f
commit e053bd704c
86 changed files with 201 additions and 198 deletions

View File

@@ -103,7 +103,7 @@ Class Procs:
var/simulated_turf_count = 0
for(var/turf/simulated/S in world)
for(var/turf/simulated/S in turfs)
simulated_turf_count++
S.update_air_properties()