mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 20:39:18 +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()
|
self.device.screenshot()
|
||||||
|
|
||||||
formation.set(str(formation_index), main=self)
|
formation.set(str(formation_index), main=self)
|
||||||
if submarine_view.appear(main=self):
|
# Disable this until the icon bug of submarine zone is fixed
|
||||||
submarine_view.set('on' if sub_view else 'off', main=self)
|
# 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):
|
if submarine_hunt.appear(main=self):
|
||||||
submarine_hunt.set('on' if sub_hunt else 'off', main=self)
|
submarine_hunt.set('on' if sub_hunt else 'off', main=self)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user