mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-08 19:26:05 +08:00
Refactor: Shop module
This commit is contained in:
@@ -45,7 +45,7 @@ class GeneralShop(ShopBase):
|
||||
return False
|
||||
return True
|
||||
|
||||
if self.config.ENABLE_SHOP_GENERAL_GEMS:
|
||||
if self.config.GeneralShop_UseGems:
|
||||
if item.cost == 'Gems':
|
||||
if item.price > self._shop_gems:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user