Improved build script, now with more options

This commit is contained in:
Ambroise Garel
2025-07-29 15:05:00 +02:00
parent 1488001442
commit c7cd1aa462
5 changed files with 57 additions and 18 deletions
+2 -2
View File
@@ -101,7 +101,7 @@ do
trigger.action.outSound("UI-MissionStart.ogg")
end
trigger.action.outText("MISSION OBJECTIVES:\n"..TUM.mission.getSummaryString(), 10)
trigger.action.outText("MISSION OBJECTIVES:\n\n"..TUM.mission.getSummaryString(), 10)
objectivesReminderIntervalLeft = OBJECTIVES_REMINDER_INTERVAL
end
@@ -119,7 +119,7 @@ do
if not o.completed or not onlyShowIncomplete then
local bulletCharacter = ""
if validObjCount == 1 then bulletCharacter = ""
elseif validObjCount == 2 then bulletCharacter = ""
elseif validObjCount == 2 then bulletCharacter = ""
elseif validObjCount == 3 then bulletCharacter = ""
elseif validObjCount == 4 then bulletCharacter = ""
elseif validObjCount == 5 then bulletCharacter = ""