1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00

Fix: [EN] TEMPLATE_RONDO_AT_RAINBOWS_END

This commit is contained in:
LmeSzinc
2025-12-10 12:16:22 +08:00
parent c02c11d725
commit c376d36c24
3 changed files with 3 additions and 3 deletions

View File

@@ -268,9 +268,9 @@ class OSShop(PortShop, AkashiShop):
@cached_property
def yellow_coins_preserve(self):
if self.is_cl1_enabled:
return self.config.OS_CL1_YELLOW_COINS_PRESERVE
return 100000
else:
return self.config.OS_NORMAL_YELLOW_COINS_PRESERVE
return 35000
def get_currency_coins(self, item):
if item.cost == 'YellowCoins':