mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Dev: Siren names translation and config extract in map_extractor
This commit is contained in:
@@ -45,7 +45,8 @@ class FastForwardHandler(ModuleBase):
|
||||
self.config.MAP_HAS_MAP_STORY = False
|
||||
self.config.MAP_CLEAR_ALL_THIS_TIME = self.config.STAR_REQUIRE_3 \
|
||||
and not self.__getattribute__(f'map_achieved_star_{self.config.STAR_REQUIRE_3}') \
|
||||
and self.config.STOP_IF_MAP_REACH != 'map_green_without_3_star'
|
||||
and self.config.STOP_IF_MAP_REACH != 'map_green_without_3_star' \
|
||||
and self.config.STOP_IF_MAP_REACH != 'map_100'
|
||||
logger.attr('MAP_CLEAR_ALL_THIS_TIME', self.config.MAP_CLEAR_ALL_THIS_TIME)
|
||||
|
||||
# Log
|
||||
|
||||
Reference in New Issue
Block a user