mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Warn players that take off disallows new flights.
This commit is contained in:
parent
a6c5b03212
commit
97c238a4bb
@ -317,7 +317,11 @@ class Settings:
|
|||||||
section=GAMEPLAY_SECTION,
|
section=GAMEPLAY_SECTION,
|
||||||
default=False,
|
default=False,
|
||||||
detail=(
|
detail=(
|
||||||
"If enabled, the mission will be generated at the point of first contact."
|
"If enabled, the mission will be generated at the point of first contact. "
|
||||||
|
"If you enable this option, you will not be able to create new flights "
|
||||||
|
'after pressing "TAKE OFF". Doing so will create an error the next time '
|
||||||
|
'you press "TAKE OFF". Save your game first if you want to make '
|
||||||
|
"modifications."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
player_mission_interrupts_sim_at: Optional[StartType] = choices_option(
|
player_mission_interrupts_sim_at: Optional[StartType] = choices_option(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user