From e8e02058ef1aee030335b45c2f26435d04aad6bc Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Fri, 2 Dec 2022 04:21:23 -0500 Subject: [PATCH] Bigger Egg Capsule hitbox --- src/info.c | 4 ++-- src/p_mobj.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/info.c b/src/info.c index 3824731d1..dcf6a9f65 100644 --- a/src/info.c +++ b/src/info.c @@ -28661,8 +28661,8 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = S_NULL, // xdeathstate sfx_None, // deathsound 0, // speed - 28<radius; - fixed_t offy = mobj->radius; + fixed_t offx = 28 * mobj->scale; + fixed_t offy = 28 * mobj->scale; if (cur->extravalue1 & 1) offx = -offx;