diff --git a/packages/frontend/src/scripts/test-notification.ts b/packages/frontend/src/scripts/test-notification.ts index 217e2d71a5..e1a7d59d30 100644 --- a/packages/frontend/src/scripts/test-notification.ts +++ b/packages/frontend/src/scripts/test-notification.ts @@ -38,7 +38,7 @@ export function testNotification(type: 'client' | 'server'): void { // セルフ通知破壊 実績関連 smashCount++; - if (smashCount >= 7) { + if (smashCount >= 10) { claimAchievement('smashTestNotificationButton'); smashCount = 0; }