1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 16:47:03 +08:00

Merge branch 'master' of LmeSzinc

This commit is contained in:
2024-08-31 00:48:49 +08:00
18 changed files with 370 additions and 112 deletions

View File

@@ -308,6 +308,9 @@ class MapOperation(MysteryHandler, FleetPreparation, Retirement, FastForwardHand
if not self.config.MAP_HAS_CLEAR_PERCENTAGE:
logger.attr('MAP_HAS_CLEAR_PERCENTAGE', self.config.MAP_HAS_CLEAR_PERCENTAGE)
return True
if self.config.MAP_IS_ONE_TIME_STAGE:
logger.attr('MAP_IS_ONE_TIME_STAGE', self.config.MAP_IS_ONE_TIME_STAGE)
return True
# info_bar covers percentage and MAP_GREEN
if self.info_bar_count():
return False