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

Add: 增加行走步长设置

- 修复跨天重启重置队伍的问题
- 修复碰磁BOSS战斗结束卡住的问题
This commit is contained in:
LmeSzinc
2020-04-23 01:58:35 +08:00
parent 9153ee1ee0
commit b4054b579e
11 changed files with 74 additions and 18 deletions

View File

@@ -28,6 +28,8 @@ class FastForwardHandler(ModuleBase):
logger.info('No fast forward mode.')
return False
logger.info('Set fast forward.')
self.config.MAP_HAS_FLEET_STEP = False
if self.config.ENABLE_FAST_FORWARD:
self.config.MAP_HAS_AMBUSH = False
status = 'on'