Blacklist more phases

This commit is contained in:
Dean 2025-09-21 11:58:51 -07:00
parent 2fe99cc3bf
commit 809930b3b7

View File

@ -23,6 +23,11 @@ const nonDynamicPokemonPhases: readonly PhaseString[] = [
"VictoryPhase", "VictoryPhase",
"PokemonHealPhase", "PokemonHealPhase",
"WeatherEffectPhase", "WeatherEffectPhase",
"ShowAbilityPhase",
"HideAbilityPhase",
"ExpPhase",
"ShowPartyExpBarPhase",
"HidePartyExpBarPhase",
] as const; ] as const;
/** /**