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:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user