mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-10 00:37:00 +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:
|
Returns:
|
||||||
list[Item]: List of Item object to buy, or an empty list if nothing to buy.
|
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)
|
items = self.shop_get_items(key=shop_type)
|
||||||
|
self.shop_get_currency(key=shop_type)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
selection = selection.replace(' ', '').replace('\n', '').split('>')
|
selection = selection.replace(' ', '').replace('\n', '').split('>')
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ BP_SERIES = {
|
|||||||
|
|
||||||
# Known items with no tiers
|
# Known items with no tiers
|
||||||
ITEM_NO_TIERS = [
|
ITEM_NO_TIERS = [
|
||||||
'Chips',
|
'Chip',
|
||||||
'Drill',
|
'Drill',
|
||||||
'Cubes',
|
'Cube',
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user