mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-22 12:08:04 +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