mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 03:27:24 +08:00
Add: enable_os_ash_attack to GUI
This commit is contained in:
@@ -483,7 +483,7 @@ class AzurLaneConfig:
|
||||
"""
|
||||
module.os
|
||||
"""
|
||||
ENABLE_OS_ASH_ATTACK = False
|
||||
ENABLE_OS_ASH_ATTACK = True
|
||||
|
||||
def create_folder(self):
|
||||
for folder in [self.ASSETS_FOLDER, self.PERSPECTIVE_ERROR_LOG_FOLDER, self.ERROR_LOG_FOLDER]:
|
||||
@@ -752,6 +752,10 @@ class AzurLaneConfig:
|
||||
option = config['Os_semi_auto']
|
||||
self.ENABLE_OS_SEMI_STORY_SKIP = to_bool(option['enable_os_semi_story_skip'])
|
||||
|
||||
# OS clear map
|
||||
option = config['Os_clear_map']
|
||||
self.ENABLE_OS_ASH_ATTACK = to_bool(option['enable_os_ash_attack'])
|
||||
|
||||
def get_server_timezone(self):
|
||||
if self.SERVER == 'en':
|
||||
return -7
|
||||
|
||||
Reference in New Issue
Block a user