mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-13 10:58:02 +08:00
Fix: handle empty fleet in gemsfarming hard mode
This commit is contained in:
@@ -127,7 +127,7 @@ class FleetOperator:
|
||||
stage = self.main.config.Campaign_Name
|
||||
logger.critical(f'Stage "{stage}" is a hard mode, '
|
||||
f'please prepare your fleet "{str(self)}" in game before running Alas')
|
||||
raise RequestHumanTakeover
|
||||
raise RequestHumanTakeover('Hard not satisfied')
|
||||
|
||||
def clear(self, skip_first_screenshot=True):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user