mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-12 07:24:19 -05:00
10 lines
149 B
TypeScript
10 lines
149 B
TypeScript
export const Scripts: ModdedBattleScriptsData = {
|
|
gen: 8,
|
|
side: {
|
|
canDynamaxNow() {
|
|
// Dynamaxing is not in BDSP
|
|
return false;
|
|
},
|
|
},
|
|
};
|