mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-26 12:55:21 +00:00
Improved wording on the "xp awarded" reminder
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user