From 5a027c552e835d63f31e6f67363453198e04ccad Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 15 Oct 2020 21:39:52 -0700 Subject: [PATCH] Point players to the kneeboard from the briefing. --- gen/briefinggen.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gen/briefinggen.py b/gen/briefinggen.py index d52f25cc..1eef67a7 100644 --- a/gen/briefinggen.py +++ b/gen/briefinggen.py @@ -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