mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
Fix status damage triggering before berry usage
This commit is contained in:
parent
908784b011
commit
ffb502a4a5
@ -205,11 +205,11 @@ export class TurnStartPhase extends FieldPhase {
|
||||
}
|
||||
|
||||
this.scene.pushPhase(new WeatherEffectPhase(this.scene));
|
||||
this.scene.pushPhase(new BerryPhase(this.scene));
|
||||
|
||||
/** Add a new phase to check who should be taking status damage */
|
||||
this.scene.pushPhase(new CheckStatusEffectPhase(this.scene, moveOrder));
|
||||
|
||||
this.scene.pushPhase(new BerryPhase(this.scene));
|
||||
this.scene.pushPhase(new TurnEndPhase(this.scene));
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user