mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 07:55:36 +08:00
Upd: yellow coins preserve in os port shop
This commit is contained in:
@@ -222,7 +222,7 @@ class OSShop(PortShop, AkashiShop):
|
|||||||
@cached_property
|
@cached_property
|
||||||
def yellow_coins_preserve(self):
|
def yellow_coins_preserve(self):
|
||||||
if self.is_cl1_enabled:
|
if self.is_cl1_enabled:
|
||||||
return self.config.OS_CL1_YELLOW_COINS_PRESERVE
|
return self.config.cross_get(keys="OpsiHazard1Leveling.OpsiHazard1Leveling.OperationCoinsPreserve")
|
||||||
else:
|
else:
|
||||||
return self.config.OS_NORMAL_YELLOW_COINS_PRESERVE
|
return self.config.OS_NORMAL_YELLOW_COINS_PRESERVE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user