mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Point players to the kneeboard from the briefing.
This commit is contained in:
parent
9efecf9514
commit
5a027c552e
@ -129,6 +129,11 @@ class BriefingGenerator(MissionInfoGenerator):
|
||||
self.description += "DCS Liberation turn #" + str(self.game.turn) + "\n"
|
||||
self.description += "=" * 15 + "\n\n"
|
||||
|
||||
self.description += (
|
||||
"Most briefing information, including communications and flight "
|
||||
"plan information, can be found on your kneeboard.\n\n"
|
||||
)
|
||||
|
||||
self.generate_ongoing_war_text()
|
||||
|
||||
self.description += "\n"*2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user