Updated the logic a bit for ULT unlocks
This commit is contained in:
dog dawb 2025-12-29 13:15:16 +08:00
parent e7429e9fee
commit 2019dde34e

View File

@ -128,9 +128,13 @@ async def game_sv_common(ver: str, request: Request):
break
if unlock == []:
# ult_list = {636} #preparation for future ULT id
for i in range(2400):
j_limit = 6 if i == 636 else 5
#j_limit = 6 if i in ult_list else 5
for j in range(j_limit):
unlock.append([i, j])