mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: wrong and/or usage;fix wrong function;improve translation
This commit is contained in:
@@ -23,7 +23,7 @@ class SubmarineCall(ModuleBase):
|
||||
"""
|
||||
if self.submarine_call_flag:
|
||||
return False
|
||||
if submarine in ['do_not_use', 'hunt_only']:
|
||||
if submarine in ['do_not_use', 'hunt_only', 'hunt_and_boss']:
|
||||
self.submarine_call_flag = True
|
||||
return False
|
||||
if self.submarine_call_timer.reached():
|
||||
|
||||
Reference in New Issue
Block a user