uranium spears make damage sounds (#17575)

This commit is contained in:
Justin Trotter
2023-06-23 07:23:08 -05:00
committed by GitHub
parent 7bb0f36bf4
commit 12a44bf4e0

View File

@@ -873,6 +873,7 @@ public abstract class SharedMeleeWeaponSystem : EntitySystem
// Unfortunately heat returns caustic group so can't just use the damagegroup in that instance.
case "Burn":
case "Heat":
case "Radiation":
case "Cold":
Audio.PlayPredicted(new SoundPathSpecifier("/Audio/Items/welder.ogg"), target, user, AudioParams.Default.WithVariation(DamagePitchVariation));
break;