mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-30 04:30:58 +02:00
4 lines
78 B
Lua
4 lines
78 B
Lua
return function(x, y, world)
|
|
return not (x > 100 or y > 200 or y < -200)
|
|
end
|