mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +02:00
Use append for magic coat/bounce
This commit is contained in:
parent
16d848c750
commit
f629dbdc10
@ -175,7 +175,8 @@ export class MoveEffectPhase extends PokemonPhase {
|
||||
globalScene.phaseManager.unshiftNew("HideAbilityPhase");
|
||||
}
|
||||
|
||||
globalScene.phaseManager.startNewDynamicPhase(
|
||||
globalScene.phaseManager.appendNewToPhase(
|
||||
"MoveEndPhase",
|
||||
"MovePhase",
|
||||
target,
|
||||
newTargets,
|
||||
|
Loading…
Reference in New Issue
Block a user