mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Blacklist more phases
This commit is contained in:
parent
2fe99cc3bf
commit
809930b3b7
@ -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