Improved wording on the "xp awarded" reminder

This commit is contained in:
Ambroise Garel 2025-07-22 19:40:25 +02:00
parent cdc9fbdb38
commit 580f924adc

View File

@ -210,7 +210,7 @@ do
msg = string.format("You have completed %d objective(s).", completedObjectives) msg = string.format("You have completed %d objective(s).", completedObjectives)
end end
trigger.action.outText("REMINDER: "..msg.." They will be awarded to your flight career once you've landed.", 5) trigger.action.outText("[REMINDER] "..msg.." All progress will be recorded to your flight log upon landing.", 5)
trigger.action.outSound("UI-Ok.ogg") trigger.action.outSound("UI-Ok.ogg")
return true return true
end end