Buff rainbow sparks

This commit is contained in:
TehRealSalt 2018-09-15 19:59:39 -04:00
parent 5ec79afad6
commit 649d547209
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}