Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
2023-02-10 18:06:45 +09:00
201 changed files with 3129 additions and 3964 deletions

View File

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