Guest User

Untitled

a guest
Sep 23rd, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. /c for coord in game.local_player.surface.get_chunks() do for key, e in pairs(game.local_player.surface.find_entities({{coord.x 32, coord.y 32}, {coord.x 32 + 31, coord.y 32 + 31}})) do if e.to_be_deconstructed(game.local_player.force) then e.cancel_deconstruction(game.local_player.force) end end end
Advertisement
Add Comment
Please, Sign In to add comment