From e828df145b3f93b5cf8407b438bf3fb6f94be201 Mon Sep 17 00:00:00 2001 From: viciious Date: Sat, 22 Jun 2024 00:46:29 +0300 Subject: [PATCH] Boost MT_BFG speed --- info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.c b/info.c index 5950e4e7b..17d002146 100644 --- a/info.c +++ b/info.c @@ -1554,7 +1554,7 @@ S_NULL, /* missilestate */ S_BFGLAND, /* deathstate */ S_NULL, /* xdeathstate */ sfx_rxplod, /* deathsound */ -30*FRACUNIT, /* speed */ +35*FRACUNIT, /* speed */ 13*FRACUNIT, /* radius */ 8*FRACUNIT, /* height */ 100, /* mass */