mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-31 05:24:11 +08:00
Fix: missing argument in skinbox_position_check
This commit is contained in:
@@ -151,7 +151,7 @@ class GeneralShop_250814(ShopClerk, ShopUI, ShopStatus):
|
|||||||
# and design constantly changes i.e. equip skin box
|
# and design constantly changes i.e. equip skin box
|
||||||
logger.info(f'Item {item} is considered to be an equip skin box')
|
logger.info(f'Item {item} is considered to be an equip skin box')
|
||||||
if self._currency >= item.price:
|
if self._currency >= item.price:
|
||||||
if not self.skinbox_position_check():
|
if not self.skinbox_position_check(item):
|
||||||
return False
|
return False
|
||||||
if mode == 'specified':
|
if mode == 'specified':
|
||||||
self.config.GeneralShop_BuySkinBoxAmount -= 1
|
self.config.GeneralShop_BuySkinBoxAmount -= 1
|
||||||
|
|||||||
Reference in New Issue
Block a user