1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-13 16:19:22 +08:00
Files
AzurLaneAutoScript/campaign/war_archives_20220224_cn/campaign_base.py

9 lines
313 B
Python
Raw Normal View History

2025-01-15 23:24:48 +08:00
from ..campaign_war_archives.campaign_base import CampaignBase as CampaignBase_
class CampaignBase(CampaignBase_):
def handle_clear_mode_config_cover(self):
if super().handle_clear_mode_config_cover():
self.config.MAP_SIREN_TEMPLATE = ['SS']
self.config.MAP_HAS_SIREN = True