mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-20 20:41:10 +00:00
Speed pads always play a boost voice clip
For the extra SA1 feel :P
This commit is contained in:
parent
6955b08a7e
commit
045d3bf91d
1 changed files with 7 additions and 0 deletions
|
|
@ -3853,6 +3853,13 @@ DoneSection2:
|
|||
|
||||
player->powers[pw_flashing] = TICRATE/3;
|
||||
S_StartSound(player->mo, sfx_spdpad);
|
||||
|
||||
{
|
||||
sfxenum_t pick = P_RandomKey(2); // Gotta roll the RNG every time this is called for sync reasons
|
||||
if (cv_kartvoices.value)
|
||||
S_StartSound(player->mo, sfx_kbost1+pick);
|
||||
//K_TauntVoiceTimers(player);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue