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

fix: use CampaignRun.run directly

This commit is contained in:
0O0o0oOoO00
2025-09-16 12:44:39 +08:00
parent 9c50966a00
commit 6e2173f074

View File

@@ -947,7 +947,7 @@ class GemsFarming(GemsFarming):
is_limit = self.config.StopCondition_RunCount
try:
super().run(name=name, folder=folder, total=total)
CampaignRun.run(self, name=name, folder=folder, mode=mode, total=total)
except CampaignEnd as e:
if e.args[0] == 'Emotion withdraw':
self._trigger_emotion = True