mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
optimization
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user