mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Bit less boost
This commit is contained in:
parent
075a197d19
commit
5ffc9f54ae
1 changed files with 1 additions and 1 deletions
|
|
@ -10010,7 +10010,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
||||||
if (player->fastfall) // If you elected to supertransfer, you get a small dropdash boost on land
|
if (player->fastfall) // If you elected to supertransfer, you get a small dropdash boost on land
|
||||||
{
|
{
|
||||||
S_StartSound(player->mo, sfx_s23c);
|
S_StartSound(player->mo, sfx_s23c);
|
||||||
player->counterdash = max(player->counterdash, 35);
|
player->counterdash = max(player->counterdash, 25);
|
||||||
K_SpawnDashDustRelease(player);
|
K_SpawnDashDustRelease(player);
|
||||||
}
|
}
|
||||||
player->fastfall = 0;
|
player->fastfall = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue