mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Add: Hybrid submarine hunt
This commit is contained in:
@@ -224,7 +224,7 @@ class FastForwardHandler(AutoSearchHandler):
|
||||
|
||||
@property
|
||||
def is_call_submarine_at_boss(self):
|
||||
return self.config.SUBMARINE and self.config.Submarine_Mode == 'boss_only'
|
||||
return self.config.SUBMARINE and self.config.Submarine_Mode == 'boss_only' or self.config.Submarine_Mode == 'hunt_and_boss '
|
||||
|
||||
def handle_auto_submarine_call_disable(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user