From 05f38b9f947424ee5686e096a2eee539c38fc37a Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 9 Oct 2025 23:26:52 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index ed629e0..27fe972 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -245,8 +245,8 @@ script.on_init(function() } local pf = game.forces['player'].create_space_platform({name = 'spaceship', planet = 'nauvis', starter_pack = 'space-platform-starter-pack'}) - local sp = game.create_surface('spaceship_power', mgs) - local sm = game.create_surface('spaceship_manufacture', mgs) + local sp = game.create_surface('spaceship_fl_1', mgs) + local sm = game.create_surface('spaceship_fl_2', mgs) if not pf then return @@ -324,8 +324,8 @@ script.on_init(function() if not storage.phi_cl.spaceship then storage.phi_cl.spaceship = { deck = pf, - power = sp, - manufacture = sm + fl_1 = sp, + fl_2 = sm } end end