From 07e5f279827b98221ff891e61122230eff422b27 Mon Sep 17 00:00:00 2001 From: James R Date: Tue, 22 Jul 2025 21:47:12 -0700 Subject: [PATCH] Toxomister: clouds go poof when punted, hitbox radius 70 -> 35 --- src/info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/info.c b/src/info.c index 3405f0873..86f27594a 100644 --- a/src/info.c +++ b/src/info.c @@ -22826,13 +22826,13 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = S_NULL, // xdeathstate sfx_None, // deathsound 0, // speed - 70*FRACUNIT, // radius + 35*FRACUNIT, // radius 70*FRACUNIT, // height 0, // display offset 0, // mass 0, // damage sfx_None, // activesound - MF_SPECIAL|MF_NOGRAVITY|MF_DONTENCOREMAP, // flags + MF_SPECIAL|MF_NOGRAVITY|MF_DONTENCOREMAP|MF_ELEMENTAL, // flags S_NULL // raisestate }, };