mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
9 lines
305 B
Python
9 lines
305 B
Python
from module.campaign.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
|