From 5821167236b00d8066490c973b3546e56fe35410 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 10 Oct 2025 20:31:38 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 31832ae..6a94ddf 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -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 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) + 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)