Formatting

This commit is contained in:
Raffson 2024-01-14 13:25:32 +01:00
parent d07cb46741
commit a6a872eebb
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -821,14 +821,14 @@ class Settings:
"Needed to cold-start some aircraft types. Might have a performance impact."
),
)
ai_unlimited_fuel: bool = boolean_option(
"AI flights have unlimited fuel",
MISSION_GENERATOR_PAGE,
GAMEPLAY_SECTION,
default=True,
detail=(
"AI aircraft have unlimited fuel applied at start, removed at join/racetrack start, and reapplied at split/racetrack end for applicable flights. "
"AI aircraft have unlimited fuel applied at start, removed at join/racetrack start,"
" and reapplied at split/racetrack end for applicable flights. "
),
)