1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 02:11:29 +08:00

Add: show yellow coin in get_yellow_coins

This commit is contained in:
2024-12-12 10:44:57 +08:00
parent 52e75699b0
commit cd06a6b1dd
8 changed files with 10 additions and 16 deletions

View File

@@ -222,7 +222,7 @@ class OSShop(PortShop, AkashiShop):
@cached_property
def yellow_coins_preserve(self):
if self.is_cl1_enabled:
return self.config.cross_get(keys="OpsiHazard1Leveling.OpsiHazard1Leveling.OperationCoinsPreserve")
return self.config.cross_get(keys='OpsiHazard1Leveling.OpsiHazard1Leveling.OperationCoinsPreserve')
else:
return self.config.OS_NORMAL_YELLOW_COINS_PRESERVE