mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-17 11:19:29 +08:00
Adj: remove the minimum oil limit of coalition
This commit is contained in:
@@ -63,7 +63,7 @@ class Coalition(CoalitionCombat, CampaignEvent):
|
||||
return True
|
||||
# Oil limit
|
||||
if oil_check:
|
||||
if self.get_oil() < max(500, self.config.StopCondition_OilLimit):
|
||||
if self.get_oil() < self.config.StopCondition_OilLimit:
|
||||
logger.hr('Triggered stop condition: Oil limit')
|
||||
self.config.task_delay(minute=(120, 240))
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user