diff --git a/module/event_hospital/combat.py b/module/event_hospital/combat.py index 90452f564..f250cb955 100644 --- a/module/event_hospital/combat.py +++ b/module/event_hospital/combat.py @@ -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