uranium spears make damage sounds (#17575)
This commit is contained in:
parent
7bb0f36bf4
commit
12a44bf4e0
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue