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

fix: directly call CampaignRun.triggered_stop_condition when triggered_stop_condition

This commit is contained in:
0O0o0oOoO00
2026-01-28 21:45:19 +08:00
parent 7c5152685c
commit 34bc2f7c37

View File

@@ -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):
"""