1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-26 11:37:54 +08:00

Fix: none cost (#3947)

* fix: none cost

* upd: assets
This commit is contained in:
霞飛
2024-07-01 13:45:21 +08:00
committed by GitHub
parent 674f79ef4d
commit cb9114c7bd
5 changed files with 13 additions and 30 deletions

View File

@@ -178,7 +178,7 @@ class OSShop(PortShop, AkashiShop):
def get_currency_coins(self, item):
if item.cost == 'YellowCoins':
if get_os_reset_remain() == 0:
return self._shop_yellow_coins
return self._shop_yellow_coins - 100
elif self.is_cl1_enabled:
return self._shop_yellow_coins - self.config.OS_CL1_YELLOW_COINS_PRESERVE
else: