From 05ad97f64fd5e9fbda37dd626e46cbeea8958f42 Mon Sep 17 00:00:00 2001 From: Lylian Date: Mon, 16 Sep 2024 13:29:28 +0200 Subject: [PATCH] merge up to date --- src/phases/summon-phase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phases/summon-phase.ts b/src/phases/summon-phase.ts index 73671e5c82c..4816b2ac10b 100644 --- a/src/phases/summon-phase.ts +++ b/src/phases/summon-phase.ts @@ -13,7 +13,7 @@ import { PostSummonPhase } from "./post-summon-phase"; import { GameOverPhase } from "./game-over-phase"; import { ShinySparklePhase } from "./shiny-sparkle-phase"; import { MysteryEncounterMode } from "#enums/mystery-encounter-mode"; -import { applyPreSummonAbAttrs, PreSummonAbAttr } from "#app/data/ability.js"; +import { applyPreSummonAbAttrs, PreSummonAbAttr } from "#app/data/ability"; export class SummonPhase extends PartyMemberPokemonPhase { private loaded: boolean;