From 926e5b6edf7dd28b96f1feb65a855f3c1586e1ac Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sun, 22 Feb 2026 01:29:48 -0500 Subject: [PATCH] Nerf heavy drop pogospring height --- src/k_kart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_kart.c b/src/k_kart.c index 190548f83..b81dd4aae 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -5045,7 +5045,7 @@ void K_DoPogoSpring(mobj_t *mo, fixed_t vertispeed, UINT8 sound) thrust = FixedMul(thrust, 9*FRACUNIT/8); } if (airdropbounce) - thrust *= 2; + thrust = FixedMul(thrust, FRACUNIT + FRACUNIT/3); } else {