Fixed JTAC infos in briefing

This commit is contained in:
Khopa 2020-08-12 18:26:49 +02:00
parent 2d5ad16399
commit 67d96061da

View File

@ -113,7 +113,7 @@ class BriefingGenerator:
self.description += "JTACS [F-10 Menu] : \n"
self.description += "==================="
self.description += "===================\n\n"
for jtac in self.game.jtacs:
self.description += str(jtac[0]) + " -- Code : " + str(jtac[1]) + "\n"