From 34bc2f7c3787dae98f4b0707a168e865ad42a0e6 Mon Sep 17 00:00:00 2001 From: 0O0o0oOoO00 <11174151+0o0o0oooo00@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:45:19 +0800 Subject: [PATCH] fix: directly call CampaignRun.triggered_stop_condition when triggered_stop_condition --- module/campaign/gems_farming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/campaign/gems_farming.py b/module/campaign/gems_farming.py index 5b215ba27..f3343b611 100644 --- a/module/campaign/gems_farming.py +++ b/module/campaign/gems_farming.py @@ -884,7 +884,7 @@ class GemsFarming(GemsFarming): logger.hr('TRIGGERED EMOTION LIMIT') return True - return super().triggered_stop_condition(oil_check=oil_check) + return CampaignRun.triggered_stop_condition(self, oil_check=oil_check) def run(self, name, folder='campaign_main', mode='normal', total=0): """