From 580f924adc787bdbbd5cd304cd602a478b0fe499 Mon Sep 17 00:00:00 2001 From: Ambroise Garel <47314805+akaAgar@users.noreply.github.com> Date: Tue, 22 Jul 2025 19:40:25 +0200 Subject: [PATCH] Improved wording on the "xp awarded" reminder --- Script/The Universal Mission/PlayerScore.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script/The Universal Mission/PlayerScore.lua b/Script/The Universal Mission/PlayerScore.lua index ca4a390..10d85e9 100644 --- a/Script/The Universal Mission/PlayerScore.lua +++ b/Script/The Universal Mission/PlayerScore.lua @@ -210,7 +210,7 @@ do msg = string.format("You have completed %d objective(s).", completedObjectives) 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") return true end