mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Add: Map 11-4 support, Columbia farm is real
Add: Suport to Rank B
This commit is contained in:
@@ -324,7 +324,7 @@ def main(ini_name=''):
|
||||
# ==========main==========
|
||||
main_parser = subs.add_parser('Main_campaign')
|
||||
# 选择关卡
|
||||
stage = main_parser.add_argument_group('Choose a level', 'Main campaign, currently only supports the first six chapters and 7-2')
|
||||
stage = main_parser.add_argument_group('Choose a level', 'Main campaign, Currently, not all maps are being supported, check the folder /doc/development_en.md to know how add new maps')
|
||||
stage.add_argument('--main_stage', default=default('--main_stage'), help='E.g 7-2')
|
||||
|
||||
# ==========event==========
|
||||
|
||||
Reference in New Issue
Block a user