1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00
RedMew/map_gen/shape/right.lua
2018-11-21 08:42:39 -05:00

4 lines
81 B
Lua

return function(x, y, world)
return not (x < -150 or y > 32 or y < -568)
end