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;