1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 12:47:23 +08:00
This commit is contained in:
2024-08-17 10:04:56 +08:00
83 changed files with 1545 additions and 258 deletions

View File

@@ -601,7 +601,6 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange, GemsEquipmentHandler):
while 1:
self._trigger_lv32 = False
is_limit = self.config.StopCondition_RunCount
try:
super().run(name=name, folder=folder, total=total)
except CampaignEnd as e:
@@ -626,7 +625,6 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange, GemsEquipmentHandler):
from module.exception import GameStuckError
raise GameStuckError
# End
if self._trigger_lv32 or self._trigger_emotion:
success = True