Fixed Paths

This commit is contained in:
Cooldude2606
2018-09-19 20:25:51 +01:00
parent 39b1ef2d75
commit bcb4d47963

View File

@@ -124,7 +124,7 @@ Event.register({defines.events.on_built_entity,on_robot_built_entity}, function(
for x = 0,size do for y = 0,size do
local pos = {entity.position.x+x,entity.position.y+y}
local tile = surface.get_tile(pos).name
if math.random() < paths[tile]*size*10 then
if math.random() < paths[tile][1]*size*(-10) then
down_grade(surface,pos)
end
end end