mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Sneaker/invincibility: Trick Panel launch multiplier is 1.5x, nerfed from 2x
This commit is contained in:
parent
73f67f4c94
commit
c1f7546f99
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue