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:
@@ -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]:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user