mirror of
https://github.com/drmext/MonkeyBusiness.git
synced 2026-09-08 08:56:41 -05:00
unlock ULT for id 636
This will allow the game to display the ULT difficulty for song id 636. Will have to revisit this when more ULT comes.
This commit is contained in:
@@ -129,7 +129,10 @@ async def game_sv_common(ver: str, request: Request):
|
||||
|
||||
if unlock == []:
|
||||
for i in range(2400):
|
||||
for j in range(0, 5):
|
||||
|
||||
j_limit = 6 if i == 636 else 5
|
||||
|
||||
for j in range(j_limit):
|
||||
unlock.append([i, j])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user