From 865347544cba4c77a5e6484c877fee23824730b5 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sat, 6 May 2023 17:34:03 -0400 Subject: [PATCH] Slow down duel bombs They are a bit too fast. --- src/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.c b/src/info.c index 90bc83226..572792499 100644 --- a/src/info.c +++ b/src/info.c @@ -24485,7 +24485,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = S_NULL, // deathstate S_NULL, // xdeathstate sfx_None, // deathsound - 64*FRACUNIT, // speed + 32*FRACUNIT, // speed 24*FRACUNIT, // radius 48*FRACUNIT, // height 0, // display offset