1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 10:59:24 +08:00

Merge remote-tracking branch 'LmeSzinc/master' into refactor

# Conflicts:
#	module/config/argument/args.json
This commit is contained in:
0O0o0oOoO00
2025-12-21 18:46:05 +08:00
86 changed files with 1720 additions and 553 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':