mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Improved wording on the "xp awarded" reminder
This commit is contained in:
parent
cdc9fbdb38
commit
580f924adc
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user