Clarify the impact of non-cold flight starts.

This commit is contained in:
Brock Greman 2021-06-25 14:55:49 -04:00 committed by Dan Albert
parent 5a2a89f19e
commit 34470336e4

View File

@ -705,7 +705,10 @@ class QSettingsWindow(QDialog):
start_type_label = QLabel(
"Default start type for AI aircraft<br /><strong>Warning: "
"Any option other than Cold breaks OCA/Aircraft missions.</strong>"
"Options other than Cold will significantly reduce the<br />"
"number of targets available for OCA/Aircraft missions,<br />"
"and OCA/Aircraft flights will not be included in<br />"
"automatically planned OCA packages.</strong>"
)
start_type_label.setToolTip(START_TYPE_TOOLTIP)
start_type = StartTypeComboBox(self.game.settings)