Improved Mission Planning flight selection behaviour.

This commit is contained in:
Khopa
2020-06-01 12:36:10 +02:00
parent 64c5c39b2a
commit c203ded1cd
8 changed files with 73 additions and 18 deletions

View File

@@ -65,7 +65,7 @@ class BriefingGenerator:
self.description += "-" * 50 + "\n"
for name, freq in self.freqs:
self.description += "\n{}: {}".format(name, freq)
self.description += "\n-" * 50 + "\n"
self.description += "\n" + ("-" * 50) + "\n"
for cp in self.game.theater.controlpoints:
if cp.captured and cp.cptype in [ControlPointType.LHA_GROUP, ControlPointType.AIRCRAFT_CARRIER_GROUP]:
self.description += cp.name + " TACAN : "