mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
[Misc] Blacklist more dynamic phases (#6585)
This commit is contained in:
parent
d3edfb25a1
commit
1c9843618c
@ -23,6 +23,11 @@ const nonDynamicPokemonPhases: readonly PhaseString[] = [
|
||||
"VictoryPhase",
|
||||
"PokemonHealPhase",
|
||||
"WeatherEffectPhase",
|
||||
"ShowAbilityPhase",
|
||||
"HideAbilityPhase",
|
||||
"ExpPhase",
|
||||
"ShowPartyExpBarPhase",
|
||||
"HidePartyExpBarPhase",
|
||||
] as const;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user