From 0f164301e1c190ae399c8b8700362fcb429b9d17 Mon Sep 17 00:00:00 2001
From: toaster <rollerorbital@gmail.com>
Date: Fri, 22 Nov 2019 16:27:22 -0500
Subject: [PATCH] Do Cobalt's suggestion, because this branch wasn't gonna get
 merged in its original state anyways.

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

diff --git a/src/info.c b/src/info.c
index 7521c94840..0583ac549b 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_kc57,       // seesound
+		sfx_s3k86,      // seesound -- sfx_kc57 for a self-propelled deton...
 		1,              // reactiontime
 		sfx_deton,      // attacksound
 		S_NULL,         // painstate
-- 
GitLab