Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Be gone sound (space-wizards#188)
Browse files Browse the repository at this point in the history
* it works, it shall be a branch

* Update license.txt
  • Loading branch information
FluffiestFloof authored Oct 18, 2023
1 parent 6fcebdb commit 6e72475
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Administration/Systems/AdminSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ public void Erase(IPlayerSession player)
_popup.PopupCoordinates(Loc.GetString("admin-erase-popup", ("user", name)), coordinates, PopupType.LargeCaution);
var filter = Filter.Pvs(coordinates, 1, EntityManager, _playerManager);
var audioParams = new AudioParams().WithVolume(3);
_audio.Play("/Audio/Effects/pop_high.ogg", filter, coordinates, true, audioParams);
_audio.Play("/Audio/DeltaV/Misc/reducedtoatmos.ogg", filter, coordinates, true, audioParams);
}

foreach (var item in _inventory.GetHandOrInventoryEntities(entity.Value))
Expand Down
1 change: 1 addition & 0 deletions Resources/Audio/DeltaV/Misc/license.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reducedtoatmos.ogg is modified from https://www.youtube.com/watch?v=X2QMN0a_TrA
Binary file added Resources/Audio/DeltaV/Misc/reducedtoatmos.ogg
Binary file not shown.

0 comments on commit 6e72475

Please sign in to comment.