Revert "Add tree felling and chopping sounds" (#14622) (#14643)

This commit is contained in:
AJCM-git
2023-03-13 17:12:57 -04:00
committed by GitHub
parent 5facbf0050
commit 59bf67ec8c
6 changed files with 1 additions and 23 deletions

View File

@@ -16,7 +16,7 @@ namespace Content.Server.Destructible.Thresholds.Behaviors
public void Execute(EntityUid owner, DestructibleSystem system, EntityUid? cause = null)
{
var pos = system.EntityManager.GetComponent<TransformComponent>(owner).Coordinates;
system.EntityManager.System<SharedAudioSystem>().PlayPvs(Sound, pos);
SoundSystem.Play(Sound.GetSound(), Filter.Pvs(pos), pos, AudioHelpers.WithVariation(0.125f));
}
}
}