Skip to content

Commit

Permalink
fix: sound
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison committed Dec 9, 2024
1 parent f18f826 commit 8c31750
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- !type:SpawnEntitiesBehavior
spawn:
BZCanisterBroken:
Expand Down Expand Up @@ -89,7 +89,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- !type:SpawnEntitiesBehavior
spawn:
PluoxiumCanisterBroken:
Expand Down Expand Up @@ -141,7 +141,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- !type:SpawnEntitiesBehavior
spawn:
HydrogenCanisterBroken:
Expand Down Expand Up @@ -194,7 +194,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- !type:SpawnEntitiesBehavior
spawn:
NitriumCanisterBroken:
Expand Down Expand Up @@ -254,7 +254,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- !type:SpawnEntitiesBehavior
spawn:
HealiumCanisterBroken:
Expand Down Expand Up @@ -314,7 +314,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- !type:SpawnEntitiesBehavior
spawn:
HyperNobliumCanisterBroken:
Expand Down Expand Up @@ -374,7 +374,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- !type:SpawnEntitiesBehavior
spawn:
ProtoNitrateCanisterBroken:
Expand Down Expand Up @@ -434,7 +434,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- !type:SpawnEntitiesBehavior
spawn:
ZaukerCanisterBroken:
Expand Down Expand Up @@ -494,7 +494,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- !type:SpawnEntitiesBehavior
spawn:
HalonCanisterBroken:
Expand Down Expand Up @@ -554,7 +554,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- !type:SpawnEntitiesBehavior
spawn:
HeliumCanisterBroken:
Expand Down Expand Up @@ -614,7 +614,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- !type:SpawnEntitiesBehavior
spawn:
AntiNobliumCanisterBroken:
Expand Down
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 43 files
+1 −1 MSBuild/Robust.Engine.Version.props
+1 −1 NetSerializer
+34 −0 RELEASE-NOTES.md
+9 −0 Resources/Locale/en-US/_engine_lib.ftl
+2 −1 Robust.Client/Audio/AudioSystem.cs
+0 −1 Robust.Client/GameStates/NetGraphOverlay.cs
+11 −2 Robust.Client/Graphics/Clyde/GLContext/GLContextWindow.cs
+5 −4 Robust.Client/Placement/Modes/AlignTileAny.cs
+5 −6 Robust.Client/Placement/Modes/AlignTileEmpty.cs
+3 −3 Robust.Client/Placement/PlacementManager.cs
+3 −2 Robust.Client/Placement/PlacementMode.cs
+5 −3 Robust.Client/UserInterface/Controls/BoxContainer.cs
+2 −2 Robust.Client/UserInterface/Controls/SpinBox.cs
+8 −5 Robust.Client/UserInterface/Controls/SplitContainer.cs
+0 −5 Robust.Client/UserInterface/CustomControls/TextEditRopeViz.cs
+1 −0 Robust.Client/UserInterface/UserInterfaceManager.Input.cs
+11 −4 Robust.Client/ViewVariables/Traits/ViewVariablesTraitMembers.cs
+3 −1 Robust.Server/Console/SystemConsoleManager.cs
+4 −4 Robust.Server/GameStates/PvsSystem.Chunks.cs
+18 −2 Robust.Server/Program.cs
+8 −0 Robust.Shared/CVars.cs
+6 −5 Robust.Shared/ContentPack/Sandbox.yml
+3 −7 Robust.Shared/GameObjects/Systems/SharedEyeSystem.cs
+2 −2 Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs
+11 −0 Robust.Shared/Localization/LocalizationManager.Functions.cs
+3 −2 Robust.Shared/Toolshed/Attributes.cs
+11 −0 Robust.Shared/Toolshed/Commands/Entities/WithCommand.cs
+5 −1 Robust.Shared/Toolshed/Commands/Generic/AsCommand.cs
+19 −21 Robust.Shared/Toolshed/ReflectionExtensions.cs
+5 −2 Robust.Shared/Toolshed/ToolshedCommand.Implementations.cs
+25 −0 Robust.Shared/Utility/FormattedMessage.cs
+2 −2 Robust.Shared/Utility/UniqueIndex.cs
+3 −6 Robust.Shared/Utility/UniqueIndexHkm.cs
+4 −3 Robust.UnitTesting/Shared/GameState/DeletionNetworkingTests.cs
+3 −2 Robust.UnitTesting/Shared/Map/GridCollision_Test.cs
+6 −4 Robust.UnitTesting/Shared/Map/GridContraction_Test.cs
+4 −3 Robust.UnitTesting/Shared/Map/GridFixtures_Tests.cs
+9 −9 Robust.UnitTesting/Shared/Map/GridRotation_Tests.cs
+5 −4 Robust.UnitTesting/Shared/Physics/BroadphaseNetworkingTest.cs
+6 −3 Robust.UnitTesting/Shared/Physics/CollisionWake_Test.cs
+4 −2 Robust.UnitTesting/Shared/Physics/GridMovement_Test.cs
+5 −3 Robust.UnitTesting/Shared/Physics/RecursiveUpdateTest.cs
+17 −9 Tools/package_client_build.py

0 comments on commit 8c31750

Please sign in to comment.