From 2cf734b5b43e55e8d8e0909551ed016aca472cbe Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 9 Oct 2025 19:47:26 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 20e0fe0..189d5e2 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -350,6 +350,7 @@ if settings.startup['PHI-MI'].value or (settings.startup['PHI-GM'].value and set gui_create(game.players[event.player_index]) 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) end end)