Player sixpack setting (#378)

This commit is contained in:
tmz42
2024-07-27 18:30:40 +02:00
committed by GitHub
parent 9e9ea09f70
commit ecf11363f2
3 changed files with 11 additions and 1 deletions

View File

@@ -939,6 +939,12 @@ class Settings:
default=True,
detail=("Enables dynamic cargo for airfields, ships, FARPs & warehouses."),
)
player_flights_sixpack: bool = boolean_option(
"Player flights can spawn on the sixpack",
MISSION_GENERATOR_PAGE,
GAMEPLAY_SECTION,
default=True,
)
# Performance
perf_smoke_gen: bool = boolean_option(