From fb9d026c1f92191d39260ed8a833cf3c4670bef6 Mon Sep 17 00:00:00 2001 From: ImperialSympathizer Date: Mon, 9 Sep 2024 09:12:44 -0400 Subject: [PATCH] balance changes and bug fixes to MEs --- src/test/utils/phaseInterceptor.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test/utils/phaseInterceptor.ts b/src/test/utils/phaseInterceptor.ts index 1274a238fe3..eee872cb6da 100644 --- a/src/test/utils/phaseInterceptor.ts +++ b/src/test/utils/phaseInterceptor.ts @@ -51,6 +51,7 @@ import { } from "#app/phases/mystery-encounter-phases"; import { LearnMovePhase } from "#app/phases/learn-move-phase"; import { ModifierRewardPhase } from "#app/phases/modifier-reward-phase"; +import { PartyExpPhase } from "#app/phases/party-exp-phase"; export interface PromptHandler { phaseTarget?; @@ -125,7 +126,8 @@ export default class PhaseInterceptor { [MysteryEncounterRewardsPhase, this.startPhase], [PostMysteryEncounterPhase, this.startPhase], [LearnMovePhase, this.startPhase], - [ModifierRewardPhase, this.startPhase] + [ModifierRewardPhase, this.startPhase], + [PartyExpPhase, this.startPhase] ]; private endBySetMode = [