From e29c2e01783e14fa9b4053c66f31cfe8989d9cb2 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Tue, 7 Jul 2026 22:19:37 +0900 Subject: [PATCH] . --- PHI-CL/data/b/mig.lua | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/PHI-CL/data/b/mig.lua b/PHI-CL/data/b/mig.lua index 2020205..91ec266 100644 --- a/PHI-CL/data/b/mig.lua +++ b/PHI-CL/data/b/mig.lua @@ -567,13 +567,8 @@ end -- MIG C 1 SPAGE_AGE ENTITY if data.raw['thruster'] and data.raw['thruster']['thruster'] then - if data.raw['thruster']['thruster'].fuel_fluid_box then - table.insert(data.raw['thruster']['thruster'].fuel_fluid_box.pipe_connections, {flow_direction = 'input-output', direction = defines.direction.west, position = {-1.5, 2}}) - end - - if data.raw['thruster']['thruster'].oxidizer_fluid_box then - table.insert(data.raw['thruster']['thruster'].oxidizer_fluid_box.pipe_connections, {flow_direction = 'input-output', direction = defines.direction.east, position = {1.5, 2}}) - end + table.insert(data.raw['thruster']['thruster'].fuel_fluid_box.pipe_connections, {flow_direction = 'input-output', direction = defines.direction.west, position = {-1.5, 2}}) + table.insert(data.raw['thruster']['thruster'].oxidizer_fluid_box.pipe_connections, {flow_direction = 'input-output', direction = defines.direction.east, position = {1.5, 2}}) end -- MIG C 1 SPAGE_AGE ENTITY