From 0e71edeb5020a11f2aeca575d387d7b48a6c6141 Mon Sep 17 00:00:00 2001
From: toaster <rollerorbital@gmail.com>
Date: Mon, 18 Nov 2019 13:27:02 +0000
Subject: [PATCH] In the absence of a proper revamp of the badnik, give the
 Deton the SPB sound from Kart when it sees the player, as a teaching
 shorthand and/or easter egg.

---
 src/info.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/info.c b/src/info.c
index ed29fe2bf5..7521c94840 100644
--- a/src/info.c
+++ b/src/info.c
@@ -4271,7 +4271,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
 		S_DETON1,       // spawnstate
 		1,              // spawnhealth
 		S_DETON2,       // seestate
-		sfx_None,       // seesound
+		sfx_kc57,       // seesound
 		1,              // reactiontime
 		sfx_deton,      // attacksound
 		S_NULL,         // painstate
-- 
GitLab