Skip to content

Commit

Permalink
Changed default Fortune Cookie sound effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Aktanusa committed Oct 11, 2019
1 parent 244d034 commit fa6b998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CookieMonster.js
Original file line number Diff line number Diff line change
Expand Up @@ -2956,7 +2956,7 @@ CM.ConfigDefault = {
FortuneFlash: 1,
FortuneSound: 1,
FortuneVolume: 100,
FortuneSoundURL: 'https://freesound.org/data/previews/419/419594_7062176-lq.mp3',
FortuneSoundURL: 'https://freesound.org/data/previews/174/174027_3242494-lq.mp3',
SeaFlash: 1,
SeaSound: 1,
SeaVolume: 100,
Expand Down
2 changes: 1 addition & 1 deletion src/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ CM.ConfigDefault = {
FortuneFlash: 1,
FortuneSound: 1,
FortuneVolume: 100,
FortuneSoundURL: 'https://freesound.org/data/previews/419/419594_7062176-lq.mp3',
FortuneSoundURL: 'https://freesound.org/data/previews/174/174027_3242494-lq.mp3',
SeaFlash: 1,
SeaSound: 1,
SeaVolume: 100,
Expand Down

0 comments on commit fa6b998

Please sign in to comment.