Nerf heavy drop pogospring height
This commit is contained in:
parent
9e2a3c6ab8
commit
926e5b6edf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue