1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 15:49:25 +08:00

Adj: remove the minimum oil limit of event hospital

This commit is contained in:
0O0o0oOoO00
2025-07-09 17:56:25 +08:00
parent 5974efbf21
commit 81359c242e

View File

@@ -54,7 +54,7 @@ class HospitalCombat(Combat, HospitalUI, CampaignEvent):
@run_once
def check_oil():
if self.get_oil() < max(500, self.config.StopCondition_OilLimit):
if self.get_oil() < self.config.StopCondition_OilLimit:
logger.hr('Triggered oil limit')
raise OilExhausted