From db8f3e83b282a90b84696202be5c19d294a37e42 Mon Sep 17 00:00:00 2001
From: toaster <rollerorbital@gmail.com>
Date: Wed, 6 Jun 2018 00:48:14 +0100
Subject: [PATCH] There's always something... a slightly more forgiving radius
 for the Crushstacean's claw, since I've gotten hit whilst apparently jumping
 at a safe place next to the claw a few times this evening.

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

diff --git a/src/info.c b/src/info.c
index 734d462310..3a864217c0 100644
--- a/src/info.c
+++ b/src/info.c
@@ -4092,7 +4092,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
 		S_NULL,         // xdeathstate
 		sfx_pop,        // deathsound
 		1,              // speed
-		32*FRACUNIT,    // radius
+		22*FRACUNIT,    // radius
 		24*FRACUNIT,    // height
 		0,              // display offset
 		(sfx_s3k49<<8), // mass
-- 
GitLab