1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-17 20:58:13 +02:00

fish mouth fix

This commit is contained in:
MewMew 2019-09-29 20:09:07 +02:00
parent 227c272a4e
commit 6e9590eefa

View File

@ -241,7 +241,7 @@ local function fish_mouth(surface, left_top)
if left_top.x > -2300 then return end
if left_top.y > 64 then return end
if left_top.y < -64 then return end
if left_top.x < -3260 then return end
if left_top.x < -3292 then return end
for x = 0, 31, 1 do
for y = 0, 31, 1 do