mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
IN WORLD
Removes a bunch of in worlds from the code. Deity please stop adding more it wounds me.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user