From 634d93b989c549f41012ef9d8b8118144d505e45 Mon Sep 17 00:00:00 2001 From: Flashfyre Date: Thu, 26 Oct 2023 19:31:08 -0400 Subject: [PATCH] Fix playing evolution BGM twice --- src/evolution-phase.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/evolution-phase.ts b/src/evolution-phase.ts index 9e53e06faac..d934d4572ea 100644 --- a/src/evolution-phase.ts +++ b/src/evolution-phase.ts @@ -102,7 +102,6 @@ export class EvolutionPhase extends BattlePhase { this.scene.time.delayedCall(1000, () => { const evolutionBgm = this.scene.playSoundWithoutBgm('evolution'); - evolutionBgm.play({ volume: this.scene.masterVolume }); this.scene.tweens.add({ targets: this.evolutionBgOverlay, alpha: 1,