mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Story stages before A1
This commit is contained in:
parent
a06061c2c5
commit
1a7d74493d
@ -249,6 +249,10 @@ class CampaignRun(CampaignEvent):
|
||||
Fleet_Fleet2=0, # Has only one fleet
|
||||
Submarine_Fleet=0, # No submarine
|
||||
)
|
||||
# event_20230817_cn story states
|
||||
if folder == 'event_20230817_cn':
|
||||
if name.startswith('e0'):
|
||||
name = 'a1'
|
||||
# Stage loop
|
||||
for alias, stages in self.config.STAGE_LOOP_ALIAS.items():
|
||||
alias_folder, alias = alias
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user