This commit is contained in:
foilmirror 2026-04-26 15:17:41 -07:00 committed by GitHub
commit 95bd3c444b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -2304,7 +2304,7 @@
smogdexid += '/vgc15';
} else if (format === 'doublesou' || format === 'doublesuu') {
smogdexid += '/doubles';
} else if (format === 'ou' || format === 'uu' || format === 'ru' || format === 'nu' || format === 'pu' || format === 'lc' || format === 'monotype' || format === 'mixandmega' || format === 'nfe' || format === 'nationaldex' || format === 'stabmons' || format === '1v1' || format === 'almostanyability') {
} else if (format === 'ou' || format === 'uu' || format === 'ru' || format === 'nu' || format === 'pu' || format === 'lc' || format === 'monotype' || format === 'mixandmega' || format === 'nfe' || format === 'nationaldex' || format === 'stabmons' || format === '1v1' || format === 'almostanyability' || format === 'draft') {
smogdexid += '/' + format;
} else if (format === 'balancedhackmons') {
smogdexid += '/bh';

View File

@ -2585,7 +2585,8 @@ class StatForm extends preact.Component<{
} else if (
format === 'ou' || format === 'uu' || format === 'ru' || format === 'nu' || format === 'pu' ||
format === 'lc' || format === 'monotype' || format === 'mixandmega' || format === 'nfe' ||
format === 'nationaldex' || format === 'stabmons' || format === '1v1' || format === 'almostanyability'
format === 'nationaldex' || format === 'stabmons' || format === '1v1' || format === 'almostanyability' ||
format === 'draft'
) {
smogdexid += '/' + format;
} else if (format === 'balancedhackmons') {