mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-13 05:13:15 +01:00
Fix post turn abilities running exponentially
This commit is contained in:
parent
890d8bc531
commit
95f35fd2f7
BIN
public/images/battle_anims/PRAS- White BG.png
Normal file
BIN
public/images/battle_anims/PRAS- White BG.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
@ -1021,7 +1021,7 @@ export class TurnEndPhase extends FieldPhase {
|
|||||||
|
|
||||||
this.scene.applyModifiers(TurnHealModifier, pokemon.isPlayer(), pokemon);
|
this.scene.applyModifiers(TurnHealModifier, pokemon.isPlayer(), pokemon);
|
||||||
|
|
||||||
this.executeForAll((pokemon: Pokemon) => applyPostTurnAbAttrs(PostTurnAbAttr, pokemon));
|
applyPostTurnAbAttrs(PostTurnAbAttr, pokemon);
|
||||||
|
|
||||||
this.scene.applyModifiers(TurnHeldItemTransferModifier, pokemon.isPlayer(), pokemon);
|
this.scene.applyModifiers(TurnHeldItemTransferModifier, pokemon.isPlayer(), pokemon);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user