1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 08:45:25 +08:00

add check_flag_ship_level

This commit is contained in:
Cyunmi
2021-08-12 22:37:48 +08:00
parent fb967217c7
commit 02b0100325
3 changed files with 21 additions and 14 deletions

View File

@@ -186,6 +186,7 @@ class GemsFarming(CampaignRun, EquipmentChange):
return super().triggered_stop_condition(oil_check=oil_check)
@Config.when(GEMS_LEVEL_CHECK=True)
def handle_auto_search_continue(self):
"""
@@ -319,5 +320,4 @@ if __name__ == '__main__':
config = AzurLaneConfig('alas_cn')
az = GemsFarming(config, Device(config=config))
az.device.screenshot()
# az.run('2-4')
az.retire_ships()
az.run('2-4')