This commit is contained in:
2025-10-09 23:26:52 +09:00
parent 4983263542
commit 05f38b9f94

View File

@@ -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 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 sp = game.create_surface('spaceship_fl_1', mgs)
local sm = game.create_surface('spaceship_manufacture', mgs) local sm = game.create_surface('spaceship_fl_2', mgs)
if not pf then if not pf then
return return
@@ -324,8 +324,8 @@ script.on_init(function()
if not storage.phi_cl.spaceship then if not storage.phi_cl.spaceship then
storage.phi_cl.spaceship = { storage.phi_cl.spaceship = {
deck = pf, deck = pf,
power = sp, fl_1 = sp,
manufacture = sm fl_2 = sm
} }
end end
end end