Warn players that take off disallows new flights.

This commit is contained in:
Dan Albert 2023-05-13 16:38:55 -07:00
parent a6c5b03212
commit 97c238a4bb

View File

@ -317,7 +317,11 @@ class Settings:
section=GAMEPLAY_SECTION,
default=False,
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(