mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: Disable submarine_view check because of icon bug of submarine zone
This commit is contained in:
@@ -51,8 +51,10 @@ class StrategyHandler(InfoHandler):
|
||||
self.device.screenshot()
|
||||
|
||||
formation.set(str(formation_index), main=self)
|
||||
if submarine_view.appear(main=self):
|
||||
submarine_view.set('on' if sub_view else 'off', main=self)
|
||||
# Disable this until the icon bug of submarine zone is fixed
|
||||
# And don't enable MAP_HAS_DYNAMIC_RED_BORDER when using submarine
|
||||
# if submarine_view.appear(main=self):
|
||||
# submarine_view.set('on' if sub_view else 'off', main=self)
|
||||
if submarine_hunt.appear(main=self):
|
||||
submarine_hunt.set('on' if sub_hunt else 'off', main=self)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user