pokemon-showdown/data/mods/gen8bdsp/scripts.ts
2025-01-25 11:38:30 -07:00

12 lines
184 B
TypeScript

export const Scripts: ModdedBattleScriptsData = {
gen: 8,
inherit: 'gen8',
side: {
inherit: true,
canDynamaxNow() {
// Dynamaxing is not in BDSP
return false;
},
},
};