[Bug] Lock Capsule not locking rarities consistently (#5786)

This commit is contained in:
lxy-lxy-lxy 2025-05-07 23:05:32 +08:00 committed by GitHub
parent 4aa0eac5aa
commit 5ba294ffee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3640,7 +3640,7 @@ function getNewModifierTypeOption(
}
tier += upgradeCount;
}
} else if (retryCount === 10 && tier) {
} else if (retryCount >= 100 && tier) {
retryCount = 0;
tier--;
}