mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Opt: Check for affiliation in lobby rather than logistics
Fix: Clarify Reward Guild text
This commit is contained in:
@@ -334,7 +334,7 @@ def main(ini_name=''):
|
||||
reward_data_key = reward_parser.add_argument_group('Data Key', 'If already collected, skip', gooey_options={'label_color': '#931D03'})
|
||||
reward_data_key.add_argument('--enable_data_key_collect', default=default('--enable_data_key_collect'), help='Enable collection of data key in war archives.', choices=['yes', 'no'], gooey_options={'label_color': '#4B5F83'})
|
||||
|
||||
reward_guild = reward_parser.add_argument_group('Guild', 'Check Guild Logistics and Operations', gooey_options={'label_color': '#931D03'})
|
||||
reward_guild = reward_parser.add_argument_group('Guild', 'Check Guild Logistics and Operations. Running for every reward loop.', gooey_options={'label_color': '#931D03'})
|
||||
reward_guild.add_argument('--enable_guild_logistics', default=default('--enable_guild_logistics'), help='Enable logistics actions if applicable.', choices=['yes', 'no'], gooey_options={'label_color': '#4B5F83'})
|
||||
reward_guild.add_argument('--enable_guild_operations', default=default('--enable_guild_operations'), help='Not supported yet.', choices=['no'], gooey_options={'label_color': '#4B5F83'})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user