mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Refactor: Rename main configs
- Faster chapter selection and page_campaign - Rename some old Chinglish variables in map info
This commit is contained in:
@@ -23,7 +23,7 @@ class SubmarineCall(ModuleBase):
|
||||
"""
|
||||
if self.submarine_call_flag:
|
||||
return False
|
||||
if not self.config.SUBMARINE or self.config.SUBMARINE_MODE in ['do_not_use', 'hunt_only']:
|
||||
if not self.config.Submarine_Fleet or self.config.Submarine_Mode in ['do_not_use', 'hunt_only']:
|
||||
self.submarine_call_flag = True
|
||||
return False
|
||||
if self.submarine_call_timer.reached():
|
||||
|
||||
Reference in New Issue
Block a user