1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 15:49:25 +08:00

Opt: Skip waiting map clear percentage in SP

This commit is contained in:
LmeSzinc
2024-08-30 23:04:02 +08:00
parent c23bbd1666
commit 782c8d0752

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