1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +08:00

Add: Do ash beacon attack in os_clear_map

This commit is contained in:
LmeSzinc
2021-01-31 18:12:34 +08:00
parent c1bcfa60e7
commit 7b69aaf320
16 changed files with 149 additions and 7 deletions

View File

@@ -480,6 +480,11 @@ class AzurLaneConfig:
"""
ENABLE_OS_SEMI_STORY_SKIP = True
"""
module.os
"""
ENABLE_OS_ASH_ATTACK = False
def create_folder(self):
for folder in [self.ASSETS_FOLDER, self.PERSPECTIVE_ERROR_LOG_FOLDER, self.ERROR_LOG_FOLDER]:
if folder and not os.path.exists(folder):