Removes some LRP sound files and where they are used (#21712)

Yeah, pretty much the title. Honestly I thought we did it years ago.
This commit is contained in:
Casper3667
2026-01-18 13:42:22 +00:00
committed by GitHub
parent dae42e3357
commit f433e1ba77
5 changed files with 6 additions and 3 deletions
@@ -38,7 +38,6 @@
user.audible_message(SPAN_WARNING("[user]'s [name] rasps, \"[use_message]\""), SPAN_WARNING("\The [user] holds up \the [name]."))
else
if(insults > 0)
playsound(get_turf(src), 'sound/voice/binsult.ogg', 100, 1, vary = 0)
// Yes, it used to show the transcription of the sound clip. That was a) inaccurate b) immature as shit.
user.audible_message(SPAN_WARNING("[user]'s [name] gurgles something indecipherable and deeply offensive."), SPAN_WARNING("\The [user] holds up \the [name]."))
insults--