Sneaker/invincibility: Trick Panel launch multiplier is 1.5x, nerfed from 2x

This commit is contained in:
toaster 2023-11-07 20:10:01 +00:00
parent 73f67f4c94
commit c1f7546f99

View file

@ -6411,7 +6411,7 @@ void K_DoPogoSpring(mobj_t *mo, fixed_t vertispeed, UINT8 sound)
if (mo->player->sneakertimer || mo->player->invincibilitytimer)
{
thrust = FixedMul(thrust, 2*FRACUNIT);
thrust = FixedMul(thrust, (3*FRACUNIT)/2);
}
mo->player->tricktime = 0; // Reset post-hitlag timer