mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 12:47:23 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user