From cb136b8d9de3cc02e5631484493f03077d169310 Mon Sep 17 00:00:00 2001 From: Raffson Date: Mon, 10 Jul 2023 23:01:44 +0200 Subject: [PATCH] Increase default number of pilots per squadron to 16 Resolves #162 --- game/settings/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/settings/settings.py b/game/settings/settings.py index 040b0d81..0cd19258 100644 --- a/game/settings/settings.py +++ b/game/settings/settings.py @@ -352,7 +352,7 @@ class Settings: "Maximum number of pilots per squadron", CAMPAIGN_MANAGEMENT_PAGE, PILOTS_AND_SQUADRONS_SECTION, - default=12, + default=16, min=6, max=72, detail=(