mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-03-21 18:04:18 -05:00
fix: default unlock challenge condition is minimum rating
This commit is contained in:
parent
2c51fafa4b
commit
cc4497dbda
|
|
@ -143,9 +143,10 @@ class ChuniVerse(ChuniLuminousPlus):
|
|||
|
||||
unlock_condition = conditions.get(
|
||||
unlock_challenge_id,
|
||||
# default is to unlock for players above 5.00 rating
|
||||
{
|
||||
"type": MapAreaConditionType.TROPHY_OBTAINED.value, # always unlocked
|
||||
"conditionId": 0,
|
||||
"type": MapAreaConditionType.MINIMUM_RATING.value,
|
||||
"conditionId": 500,
|
||||
},
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user