From bc2b2bda60d0c5804d85287968ef5c84ee5f3b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:12:07 +0900 Subject: [PATCH] Update test-notification.ts --- packages/frontend/src/scripts/test-notification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }