Update test-notification.ts
This commit is contained in:
parent
f84ae7d4ef
commit
bc2b2bda60
|
|
@ -38,7 +38,7 @@ export function testNotification(type: 'client' | 'server'): void {
|
|||
|
||||
// セルフ通知破壊 実績関連
|
||||
smashCount++;
|
||||
if (smashCount >= 7) {
|
||||
if (smashCount >= 10) {
|
||||
claimAchievement('smashTestNotificationButton');
|
||||
smashCount = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue