This commit is contained in:
2025-10-10 20:31:38 +09:00
parent f8f1959e22
commit 5821167236

View File

@@ -359,6 +359,9 @@ if settings.startup['PHI-MI'].value or (settings.startup['PHI-GM'].value and set
if settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'SS' then if settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'SS' then
game.forces['player'].technologies['space-platform'].researched = true game.forces['player'].technologies['space-platform'].researched = true
game.players[event.player_index].teleport(storage.phi_cl.spaceship.deck.surface.find_non_colliding_position('character', {x=0, y=0}, 32, 1) or {x=0, y=0}, storage.phi_cl.spaceship.deck.surface.name) game.players[event.player_index].teleport(storage.phi_cl.spaceship.deck.surface.find_non_colliding_position('character', {x=0, y=0}, 32, 1) or {x=0, y=0}, storage.phi_cl.spaceship.deck.surface.name)
local r = 16 * 32
game.forces['player'].chart(storage.phi_cl.spaceship.fl_1, {{-r, -r}, {r, r}})
game.forces['player'].chart(storage.phi_cl.spaceship.fl_2, {{-r, -r}, {r, r}})
end end
end) end)