単なるラッキーの獲得確立を調整

This commit is contained in:
syuilo 2023-02-05 14:38:21 +09:00
parent e67d7bc0ea
commit d65e5f6794
2 changed files with 2 additions and 2 deletions

View file

@ -438,7 +438,7 @@ if ($i) {
}
window.setInterval(() => {
if (Math.floor(Math.random() * 10000) === 0) {
if (Math.floor(Math.random() * 20000) === 0) {
claimAchievement('justPlainLucky');
}
}, 1000 * 10);