mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Update confirmation sound for using the tasteless taunt cheat
This commit is contained in:
parent
b8c67dcc9e
commit
bc1be64e84
3 changed files with 3 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ void f_tastelesstaunts()
|
|||
CV_SetValue(&cv_tastelesstaunts, !cv_tastelesstaunts.value);
|
||||
if (cv_tastelesstaunts.value)
|
||||
{
|
||||
S_StartSound(NULL, sfx_kslow);
|
||||
S_StartSound(NULL, sfx_d4getm);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1223,6 +1223,7 @@ sfxinfo_t S_sfx[NUMSFX] =
|
|||
{"cdsprk", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, "/"}, // Prison Egg CD sparkling
|
||||
{"monch", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, ""},
|
||||
{"etexpl", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Game crash"},
|
||||
{"d4getm", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Don't forget me"},
|
||||
|
||||
{"iwhp", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // Instawhip attack
|
||||
{"gbrk", false, 255, 8, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // Guard break!
|
||||
|
|
|
|||
|
|
@ -1292,6 +1292,7 @@ typedef enum
|
|||
sfx_cdsprk,
|
||||
sfx_monch,
|
||||
sfx_etexpl,
|
||||
sfx_d4getm,
|
||||
|
||||
sfx_iwhp,
|
||||
sfx_gbrk,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue