diff --git a/CookieMonster.js b/CookieMonster.js index 9269984..27127c4 100644 --- a/CookieMonster.js +++ b/CookieMonster.js @@ -902,7 +902,7 @@ CM.Disp.CheckGoldenCookie = function() { } CM.Disp.Flash(3); - CM.Disp.PlaySound('http://cookie-monster.autopergamene.eu/mp3/bell.mp3'); + CM.Disp.PlaySound('http://freesound.org/data/previews/66/66717_931655-lq.mp3'); } else if (CM.Config.GCTimer == 1) CM.Disp.GCTimer.style.display = 'none'; } diff --git a/src/Disp.js b/src/Disp.js index f737189..01be0a4 100644 --- a/src/Disp.js +++ b/src/Disp.js @@ -595,7 +595,7 @@ CM.Disp.CheckGoldenCookie = function() { } CM.Disp.Flash(3); - CM.Disp.PlaySound('http://cookie-monster.autopergamene.eu/mp3/bell.mp3'); + CM.Disp.PlaySound('http://freesound.org/data/previews/66/66717_931655-lq.mp3'); } else if (CM.Config.GCTimer == 1) CM.Disp.GCTimer.style.display = 'none'; }