1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 11:07:20 +08:00
This commit is contained in:
2025-03-21 09:35:26 +08:00
7 changed files with 82 additions and 26 deletions

View File

@@ -344,10 +344,14 @@ class FleetPreparation(InfoHandler):
# Check if submarine is empty again.
if submarine.allow():
logger.attr('map_allow_submarine', True)
if self.config.Submarine_Fleet:
pass
else:
submarine.clear()
else:
logger.attr('map_allow_submarine', False)
self.config.SUBMARINE = 0
if self.appear(FLEET_1_CLEAR, offset=(-20, -80, 20, 5)):
AUTO_SEARCH_SET_MOB.load_offset(FLEET_1_CLEAR)