From 0cf80a7277de471b86d490ca0b01a36ff97ca800 Mon Sep 17 00:00:00 2001 From: GenericHeroGuy Date: Thu, 6 Feb 2025 20:15:04 +0100 Subject: [PATCH] Set jump strength for big pumas --- src/p_setup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/p_setup.c b/src/p_setup.c index a4b7ead15..4ba419535 100644 --- a/src/p_setup.c +++ b/src/p_setup.c @@ -6858,6 +6858,7 @@ static void P_ConvertBinaryThingTypes(void) { case 102: //SDURF case 1805: //Puma + case 2400: // Big Puma mapthings[i].args[0] = mapthings[i].angle; break; case 110: //THZ Turret