mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 13:27:45 +08:00
49c9e0afd9
- Add: clear_bouncing_enemy() - Opt: Retry faster if fleet was caught by a moving enemy
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
|