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:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user