1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-02-21 19:20:07 +02:00

DOK2: update rocket logger

This commit is contained in:
RedRafe 2023-10-07 15:15:44 +02:00
parent ea164262dd
commit 930c6b9b5c
4 changed files with 5 additions and 11 deletions

View File

@ -177,4 +177,5 @@ biters_disabled=Launching the first [item=satellite] has killed all the biters.
win=Congratulations! The map has been won. Restart the map with /restart
satellite_launch=Launch another __1__ [item=satellite] to win the map.
satellite_logger=Already launched __1__ [item=satellite]
biters_disabled_k2=Launching the first [item=satellite] has killed all the biters. Build and activate the intergalactic transceiver to win the map.

View File

@ -33,7 +33,7 @@ local items = {
'plastic-bar',
'rare-metals',
'steel-plate',
'stone',
'stone-brick',
-- intermediates
'electronic-components',
'electronic-circuit',

View File

@ -22,11 +22,9 @@ return function(config)
local message = table.concat {
'Launching the first satellite has killed all the biters. ',
'Launch ',
win_satellite_count,
' satellites to win the map.'
'Build and activate the intergalactic transceiver to win the map.'
}
game.print({'danger_ores.biters_disabled', win_satellite_count})
game.print({'danger_ores.biters_disabled_k2'})
Server.to_discord_bold(message)
end
@ -60,11 +58,6 @@ return function(config)
disable_biters()
end
--if satellite_count == win_satellite_count then
-- win()
-- return
--end
if (satellite_count % 50) == 0 then
print_satellite_message(satellite_count)
end

View File

@ -119,7 +119,7 @@ Config.player_create.starting_items = {
{name = 'iron-plate', count = 400},
{name = 'kr-medium-container', count = 1},
{name = 'kr-sentinel', count = 5},
{name = 'kr-wind-turbine', count = 1},
{name = 'kr-wind-turbine', count = 5},
{name = 'lab', count = 1},
{name = 'medium-electric-pole', count = 5},
{name = 'steel-chest', count = 1},