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

Merge pull request #4799 from SaarChaffee/fix-akashi-shop

fix: no need to check counter in akashi shop
This commit is contained in:
霞飛
2025-05-18 15:50:02 +08:00
committed by GitHub
parent 7f54ae8234
commit 04074db590

View File

@@ -102,7 +102,7 @@ class Selector():
if not parser.strip():
parser = GeneratedConfig.OpsiGeneral_AkashiShopFilter
FILTER.load(parser)
return FILTER.applys(items, funcs=[self.check_cl1_purple_coins, self.enough_coins_in_akashi, self.check_item_count])
return FILTER.applys(items, funcs=[self.check_cl1_purple_coins, self.enough_coins_in_akashi])
def items_filter_in_os_shop(self, items) -> List[Item]:
"""