From 37f73562f85fa39dc5b514f84ea12779f29348d1 Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Sun, 25 May 2025 13:54:32 -0400 Subject: [PATCH] Whip height reduced 80 -> 50, to be right above the player. Keeps Prison Break sensible --- src/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.c b/src/info.c index 43563d151..59c252880 100644 --- a/src/info.c +++ b/src/info.c @@ -13586,7 +13586,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = sfx_None, // deathsound 0, // speed 108*FRACUNIT, // radius - 80*FRACUNIT, // height + 50*FRACUNIT, // height 0, // display offset 100, // mass 0, // damage