replaces the puking sound with just splat (#12433)

This commit is contained in:
T-Stalker
2022-11-08 17:33:06 -03:00
committed by GitHub
parent e20f2dee4d
commit 43b529f647
2 changed files with 1 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ namespace Content.Server.Medical
var puddleComp = Comp<PuddleComponent>(puddle);
SoundSystem.Play("/Audio/Effects/Diseases/vomiting.ogg", Filter.Pvs(uid), uid, AudioHelpers.WithVariation(0.2f).WithVolume(-4f));
SoundSystem.Play("/Audio/Effects/Fluids/splat.ogg", Filter.Pvs(uid), uid, AudioHelpers.WithVariation(0.2f).WithVolume(-4f));
_popupSystem.PopupEntity(Loc.GetString("disease-vomit", ("person", Identity.Entity(uid, EntityManager))), uid, Filter.Pvs(uid));
// Get the solution of the puddle we spawned