mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 19:17:21 +08:00
Fix: can read currency = 0, swap as items loaded has re-capture logic
Upd: corresponding ssets, no longer have 's' in string
This commit is contained in:
@@ -183,8 +183,8 @@ class ShopBase(UI):
|
||||
Returns:
|
||||
list[Item]: List of Item object to buy, or an empty list if nothing to buy.
|
||||
"""
|
||||
self.shop_get_currency(key=shop_type)
|
||||
items = self.shop_get_items(key=shop_type)
|
||||
self.shop_get_currency(key=shop_type)
|
||||
|
||||
try:
|
||||
selection = selection.replace(' ', '').replace('\n', '').split('>')
|
||||
|
||||
@@ -32,7 +32,7 @@ BP_SERIES = {
|
||||
|
||||
# Known items with no tiers
|
||||
ITEM_NO_TIERS = [
|
||||
'Chips',
|
||||
'Chip',
|
||||
'Drill',
|
||||
'Cubes',
|
||||
'Cube',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user