1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00

Opt: Modified the options for all screenshots

This commit is contained in:
SarContDeli
2022-05-21 00:53:37 +08:00
parent 67db84b7e0
commit dd66c8f289
20 changed files with 117 additions and 92 deletions

View File

@@ -18,7 +18,7 @@ class MysteryHandler(StrategyHandler, EnemySearchingHandler):
Can be destination grid which makes the bot more like human.
"""
with self.stat.new(
genre=self.config.campaign_name, save=self.config.DropRecord_SaveCombat, upload=False
genre=self.config.campaign_name, method=self.config.DropRecord_CombatRecord
) as drop:
if self.handle_mystery_items(button=button, drop=drop):
return 'get_item'