Merge pull request #87 from vgod/fix-gitadora-gw-playstyle-length

Fix gitadora galaxy wave playstyle length
This commit is contained in:
Freddie W 2026-07-08 13:45:52 +08:00 committed by GitHub
commit 12a286875f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ export interface Extra {
}
export function getDefaultExtra(game: 'gf' | 'dm', version: string, id: number) : Extra {
const playstyleLength = version == 'galaxywave' || version == 'galaxywave_delta' ? 70 : 50;
const playstyleLength = version == 'galaxywave_delta' ? 70 : 50;
const result : Extra = {
collection: 'extra',
pluginVer: PLUGIN_VER,