From da414f2415e5b74f98b924c703986e855a665d2b Mon Sep 17 00:00:00 2001 From: James Liu <17558260+JamesLewisLiu@users.noreply.github.com> Date: Sat, 6 Jun 2026 10:22:46 +0800 Subject: [PATCH] Fix SKILL METER SKILL METER default should be OFF rather than MY BEST+RIVAL. --- gitadora@asphyxia/models/extra.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/gitadora@asphyxia/models/extra.ts b/gitadora@asphyxia/models/extra.ts index c3cc16b..7390723 100644 --- a/gitadora@asphyxia/models/extra.ts +++ b/gitadora@asphyxia/models/extra.ts @@ -54,6 +54,7 @@ export function getDefaultExtra(game: 'gf' | 'dm', version: string, id: number) result.playstyle[26] = 0 //DELTA 判定エフェクト位置 result.playstyle[27] = 0 //DELTA SHUTTER IN result.playstyle[28] = 0 //DELTA SHUTTER OUT + result.playstyle[35] = 0 result.playstyle[36] = 1 result.playstyle[37] = 1 result.playstyle[38] = 1