mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-05-17 02:38:38 +08:00
Fix: shop_*_check_item, because only general shop detects cost
This commit is contained in:
@@ -70,8 +70,6 @@ class MedalShop(ShopBase):
|
||||
Returns:
|
||||
bool:
|
||||
"""
|
||||
if item.cost == 'Medal':
|
||||
if item.price > self._shop_medal:
|
||||
return False
|
||||
return True
|
||||
return False
|
||||
if item.price > self._shop_medal:
|
||||
return False
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user