#4219 emit sound system add single sound support (#4237)

* Revert "#3935 implemented suggestions from PR"

This reverts commit a9b1c7b96333ca570067d6a9df1954481005892a.

* #4219 revert of single sound removal in EmitSoundSystem

* #4219 single sounds in EmitSoundSystem should work now

* #4219 some small project tweaks

* #4219 upgraded EmitSoundSystem to use SoundSpecifier

* #4219 pr tweaks

* #4219 pr tweak

* #4219 missing bike horn .yaml change
This commit is contained in:
Galactic Chimp
2021-07-25 13:37:01 +02:00
committed by GitHub
parent ef5e6a754c
commit 10af8efc0e
13 changed files with 97 additions and 122 deletions

View File

@@ -1,6 +1,6 @@
using Content.Server.Clothing.Components;
using Content.Server.Items;
using Content.Server.Sound;
using Content.Server.Sound.Components;
using Content.Shared.ActionBlocker;
using Content.Shared.Interaction;
using Content.Shared.Interaction.Events;