From 7eb4df770e42a44759c7f58bdfa2ae77914206ce Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 26 Jun 2021 12:05:59 -0700 Subject: [PATCH] Revert accidental change to default pilot limit. --- game/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/settings.py b/game/settings.py index 0e056d2a..49aee945 100644 --- a/game/settings.py +++ b/game/settings.py @@ -41,7 +41,7 @@ class Settings: #: the campaign has started will have no immediate effect; pilots already in the #: squadron will not be removed if the limit is lowered and pilots will not be #: immediately created if the limit is raised. - squadron_pilot_limit: int = 4 + squadron_pilot_limit: int = 12 #: The number of pilots a squadron can replace per turn. squadron_replenishment_rate: int = 4