mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 15:02:16 +02:00
Merge 9a9804a5d9
into a54cd953a6
This commit is contained in:
commit
c3dbb0c5d8
@ -177,7 +177,9 @@ export class EggHatchPhase extends Phase {
|
||||
|
||||
globalScene.time.delayedCall(1000, () => {
|
||||
if (!this.hatched) {
|
||||
this.evolutionBgm = globalScene.playSoundWithoutBgm("evolution");
|
||||
if (globalScene.audioSettings.masterVolume > 0) {
|
||||
this.evolutionBgm = globalScene.playSoundWithoutBgm("evolution");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user