optimization

This commit is contained in:
Jordie0608
2015-12-04 15:54:29 +11:00
parent 5a166f6c71
commit 8f7fb2c812
+1 -1
View File
@@ -465,7 +465,7 @@
A.on_varedit(variable)
else if(istype(O,/turf))
for(var/turf/A in world)
for(var/turf/A in block(locate(1,1,1),locate(world.maxx,world.maxy,world.maxz)))
if(istype(A,O.type))
A.on_varedit(variable)