Point players to the kneeboard from the briefing.

This commit is contained in:
Dan Albert 2020-10-15 21:39:52 -07:00
parent 9efecf9514
commit 5a027c552e

View File

@ -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