mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-02-15 13:53:09 +02:00
commit
05fa59a01f
@ -83,6 +83,10 @@ local function on_rocket_launched(event)
|
|||||||
end
|
end
|
||||||
global.satellite_score[i].achieved = true
|
global.satellite_score[i].achieved = true
|
||||||
end
|
end
|
||||||
|
if (c < 10) or ((c < 50) and ((c % 5) == 0)) or ((c % 25) == 0) then
|
||||||
|
local message = 'A satellite has been launched! Total count: ' .. c
|
||||||
|
server_commands.to_discord_embed(message)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local function init()
|
local function init()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user