mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-23 04:11:11 +00:00
Buff rainbow sparks
This commit is contained in:
parent
5ec79afad6
commit
649d547209
1 changed files with 1 additions and 1 deletions
|
@ -3800,7 +3800,7 @@ static void K_KartDrift(player_t *player, boolean onground)
|
|||
&& player->kartstuff[k_driftcharge] >= dsthree
|
||||
&& onground)
|
||||
{
|
||||
player->kartstuff[k_driftboost] = 80;
|
||||
player->kartstuff[k_driftboost] = 125;
|
||||
S_StartSound(player->mo, sfx_s23c);
|
||||
player->kartstuff[k_driftcharge] = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue