mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 01:01:29 +08:00
Fix: Failed to enter boss room due to wrong is_question prediction
This commit is contained in:
@@ -530,7 +530,11 @@ class OSFleet(OSCamera, Combat, Fleet, OSAsh):
|
||||
if is_normal:
|
||||
self.relative_goto(has_fleet_step=True, near_by=True, is_exclamation=True)
|
||||
else:
|
||||
self.relative_goto(has_fleet_step=True, near_by=True, is_question=True)
|
||||
if self.radar.select(is_exclamation=True).count:
|
||||
logger.warning('Trying to enter month boss hard mode but is_exclamation exists')
|
||||
self.relative_goto(has_fleet_step=True, near_by=True, is_exclamation=True)
|
||||
else:
|
||||
self.relative_goto(has_fleet_step=True, near_by=True, is_question=True)
|
||||
|
||||
def question_goto(self, has_fleet_step=False):
|
||||
logger.hr('Question goto')
|
||||
|
||||
Reference in New Issue
Block a user