1
0
mirror of https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git synced 2025-01-18 02:58:37 +02:00

Disable the crashed ship until I get time to turn it into a configurable feature.

This commit is contained in:
Oarcinae 2021-01-03 21:01:32 -05:00
parent e3a834c987
commit a745668804

View File

@ -297,14 +297,14 @@ function SendPlayerToNewSpawnAndCreateIt(delayedSpawn)
-- final_transition_time=45}
end
crash_site.create_crash_site(game.surfaces[GAME_SURFACE_NAME],
{x=delayedSpawn.pos.x+15, y=delayedSpawn.pos.y-25},
{["spidertron"] = 1,
["electronic-circuit"] = math.random(100,200),
["iron-gear-wheel"] = math.random(50,100),
["copper-cable"] = math.random(100,200),
["steel-plate"] = math.random(50,100)},
{["iron-plate"] = math.random(50,100)})
-- crash_site.create_crash_site(game.surfaces[GAME_SURFACE_NAME],
-- {x=delayedSpawn.pos.x+15, y=delayedSpawn.pos.y-25},
-- {["spidertron"] = 1,
-- ["electronic-circuit"] = math.random(100,200),
-- ["iron-gear-wheel"] = math.random(50,100),
-- ["copper-cable"] = math.random(100,200),
-- ["steel-plate"] = math.random(50,100)},
-- {["iron-plate"] = math.random(50,100)})
end
function DisplayWelcomeGroundTextAtSpawn(player, pos)