Nerf heavy drop pogospring height

This commit is contained in:
NepDisk 2026-02-22 01:29:48 -05:00
parent 9e2a3c6ab8
commit 926e5b6edf

View file

@ -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
{