Fix mobs playing a falling sound when dying from crit (#2425)
* Fix falling sound playing twice when dying * But actually
This commit is contained in:
@@ -24,12 +24,6 @@ namespace Content.Client.GameObjects.EntitySystems
|
||||
appearance.SetData(RotationVisuals.RotationState, newState);
|
||||
}
|
||||
|
||||
if (playSound)
|
||||
{
|
||||
var file = AudioHelpers.GetRandomFileFromSoundCollection("bodyfall");
|
||||
Get<AudioSystem>().Play(file, entity, AudioHelpers.WithVariation(0.25f));
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user