mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Loops: triple exit spring grease
This commit is contained in:
parent
905592003d
commit
27609b008f
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ void P_ExitPlayerOrbit(player_t *player)
|
||||||
}
|
}
|
||||||
|
|
||||||
// tiregrease gives less friction, extends momentum
|
// tiregrease gives less friction, extends momentum
|
||||||
K_SetTireGrease(player, TICRATE);
|
K_SetTireGrease(player, 3*TICRATE);
|
||||||
|
|
||||||
P_HaltPlayerOrbit(player);
|
P_HaltPlayerOrbit(player);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue