diff --git a/internal/web/static/audio/casino/chipLay3.ogg b/internal/web/static/audio/casino/chipLay3.ogg deleted file mode 100644 index aadccef..0000000 Binary files a/internal/web/static/audio/casino/chipLay3.ogg and /dev/null differ diff --git a/internal/web/static/js/casino-sfx.js b/internal/web/static/js/casino-sfx.js index c96ea06..7d43277 100644 --- a/internal/web/static/js/casino-sfx.js +++ b/internal/web/static/js/casino-sfx.js @@ -136,7 +136,7 @@ // The riffle. shuffle: { files: ["cardShuffle"], gain: 0.6 }, // A clay chip set down on a stack. - chip: { files: ["chipLay1", "chipLay2", "chipLay3"], gain: 0.6, vary: 0.05 }, + chip: { files: ["chipLay1", "chipLay2"], gain: 0.6, vary: 0.05 }, // Chips gathered and slid away. sweep: { files: ["chipsHandle2", "chipsHandle4", "chipsHandle6"], gain: 0.5, vary: 0.03 }, };