mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 02:33:34 +08:00
Add: Akashi shop record
This commit is contained in:
@@ -262,7 +262,11 @@ class OSShop(PortShop, AkashiShop):
|
||||
"""
|
||||
self.ui_click(grid, appear_button=self.is_in_map, check_button=PORT_SUPPLY_CHECK,
|
||||
additional=self.handle_story_skip, skip_first_screenshot=True)
|
||||
self.os_shop_buy(select_func=self.os_shop_get_item_to_buy_in_akashi)
|
||||
with self.stat.new(
|
||||
genre="opsi_akashi", method=self.config.DropRecord_AkashiRecord
|
||||
) as drop:
|
||||
self.os_shop_buy(select_func=self.os_shop_get_item_to_buy_in_akashi)
|
||||
drop.handle_add(self)
|
||||
self.ui_back(appear_button=PORT_SUPPLY_CHECK, check_button=self.is_in_map, skip_first_screenshot=True)
|
||||
|
||||
@cached_property
|
||||
|
||||
Reference in New Issue
Block a user