1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-30 23:17:53 +02:00

minor changes to fish defender v2

This commit is contained in:
Gerkiz 2021-10-14 12:53:43 +02:00
parent 8db3081b60
commit a703183829

View File

@ -864,10 +864,10 @@ local function is_game_lost()
insert(result, mvp.built_entities.name .. ' built ' .. mvp.built_entities.score .. ' things\\n')
insert(result, '\\n')
insert(result, 'MVP Deaths: \\n')
insert(result, mvp.deaths.name .. ' died ' .. mvp.deaths.score .. ' times')
insert(result, mvp.deaths.name .. ' died ' .. mvp.deaths.score .. ' times\\n')
insert(result, '\\n')
insert(result, 'Time Played: \\n')
insert(result, time_played)
insert(result, time_played .. '\\n')
insert(result, '\\n')
insert(result, 'Wave reached: \\n')
insert(result, tonumber(format_number(wave, true)))