mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Fix abilities activating immediately on summon
This commit is contained in:
parent
0128d673b5
commit
78f0b5d853
@ -289,7 +289,6 @@ export class SummonPhase extends PartyMemberPokemonPhase {
|
|||||||
|
|
||||||
queuePostSummon(): void {
|
queuePostSummon(): void {
|
||||||
globalScene.phaseManager.pushNew("PostSummonPhase", this.getPokemon().getBattlerIndex());
|
globalScene.phaseManager.pushNew("PostSummonPhase", this.getPokemon().getBattlerIndex());
|
||||||
globalScene.phaseManager.startNextDynamicPhase("PostSummonPhase");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
end() {
|
end() {
|
||||||
|
Loading…
Reference in New Issue
Block a user