mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Fix: Fixup submarine spawn point on init scan (#5117)
If a grid is_submarine, the lower grid may detected as is_fleet, because they have the same ammo icon
This commit is contained in:
@@ -411,7 +411,7 @@ class Camera(MapOperation):
|
||||
mystery_count:
|
||||
siren_count:
|
||||
carrier_count:
|
||||
mode (str): Scan mode, such as 'normal', 'carrier', 'movable'
|
||||
mode (str): Scan mode, such as 'init', 'normal', 'carrier', 'movable'
|
||||
|
||||
"""
|
||||
logger.info(f'Full scan start, mode={mode}')
|
||||
|
||||
Reference in New Issue
Block a user