uranium spears make damage sounds (#17575)
This commit is contained in:
@@ -873,6 +873,7 @@ public abstract class SharedMeleeWeaponSystem : EntitySystem
|
|||||||
// Unfortunately heat returns caustic group so can't just use the damagegroup in that instance.
|
// Unfortunately heat returns caustic group so can't just use the damagegroup in that instance.
|
||||||
case "Burn":
|
case "Burn":
|
||||||
case "Heat":
|
case "Heat":
|
||||||
|
case "Radiation":
|
||||||
case "Cold":
|
case "Cold":
|
||||||
Audio.PlayPredicted(new SoundPathSpecifier("/Audio/Items/welder.ogg"), target, user, AudioParams.Default.WithVariation(DamagePitchVariation));
|
Audio.PlayPredicted(new SoundPathSpecifier("/Audio/Items/welder.ogg"), target, user, AudioParams.Default.WithVariation(DamagePitchVariation));
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user