Update confirmation sound for using the tasteless taunt cheat

This commit is contained in:
toaster 2024-04-03 21:21:23 +01:00
parent b8c67dcc9e
commit bc1be64e84
3 changed files with 3 additions and 1 deletions

View file

@ -207,7 +207,7 @@ void f_tastelesstaunts()
CV_SetValue(&cv_tastelesstaunts, !cv_tastelesstaunts.value); CV_SetValue(&cv_tastelesstaunts, !cv_tastelesstaunts.value);
if (cv_tastelesstaunts.value) if (cv_tastelesstaunts.value)
{ {
S_StartSound(NULL, sfx_kslow); S_StartSound(NULL, sfx_d4getm);
} }
else else
{ {

View file

@ -1223,6 +1223,7 @@ sfxinfo_t S_sfx[NUMSFX] =
{"cdsprk", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, "/"}, // Prison Egg CD sparkling {"cdsprk", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, "/"}, // Prison Egg CD sparkling
{"monch", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, ""}, {"monch", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, ""},
{"etexpl", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Game crash"}, {"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 {"iwhp", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // Instawhip attack
{"gbrk", false, 255, 8, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // Guard break! {"gbrk", false, 255, 8, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // Guard break!

View file

@ -1292,6 +1292,7 @@ typedef enum
sfx_cdsprk, sfx_cdsprk,
sfx_monch, sfx_monch,
sfx_etexpl, sfx_etexpl,
sfx_d4getm,
sfx_iwhp, sfx_iwhp,
sfx_gbrk, sfx_gbrk,