diff --git a/src/js/firstperson.js b/src/js/firstperson.js
index f40c0ae..b036c15 100644
--- a/src/js/firstperson.js
+++ b/src/js/firstperson.js
@@ -92,11 +92,15 @@ function selectAnswer(e){
score += 10;
shake(document.getElementById("boss"))
dmg();
+ const bgm = document.getElementById("sfx");
+ bgm.play()
} else {
selectedBtn.classList.add("Incorrect");
wrongCount ++;
shake(document.getElementById("hrt"))
updateHearts();
+ const bgm = document.getElementById("sfxhrt");
+ bgm.play()
if(wrongCount >= maxWrong){
setTimeout(()=>{