Don't break out of procurement loop

This commit is contained in:
Raffson 2024-02-12 00:03:27 +01:00
parent 76a077d38f
commit 5dfba64ac3
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -219,13 +219,6 @@ class ProcurementAi:
budget, fulfilled = self.fulfill_aircraft_request(
squadrons, request.number, budget
)
if not fulfilled:
# The request was not fulfilled because we could not afford any suitable
# aircraft. Rather than continuing, which could proceed to buy tons of
# cheap escorts that will never allow us to plan a strike package, stop
# buying so we can save the budget until a turn where we *can* afford to
# fill the package.
break
return budget
@property