Delta-v/Content.Shared/Materials
ShadowCommander c20bf50f40
Fix sound on material reclaimer (#21030)
* Fix saw sound error on client

The sound tried to play using shared PlayPvs which doesn't work on client. PlayPredicted handles client and server.

Fixed NextSound not playing again while continuously gibbing items.

* Fix duplicate splat sound on Recycler gibbing
2023-10-15 23:30:35 -06:00
..
ActiveMaterialReclaimerComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
CollideMaterialReclaimerComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
InsertingMaterialStorageComponent.cs Update trivial components to use auto comp states (#20539) 2023-09-28 16:20:29 -07:00
MaterialComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
MaterialPrototype.cs Replace string data fields with LocId where relevant (#20883) 2023-10-10 23:06:24 -04:00
MaterialReclaimerComponent.cs Update trivial components to use auto comp states (#20539) 2023-09-28 16:20:29 -07:00
MaterialStorageComponent.cs Update trivial components to use auto comp states (#20539) 2023-09-28 16:20:29 -07:00
PhysicalCompositionComponent.cs Allow solutions to store extra reagent data (#19323) 2023-09-05 07:55:10 +10:00
SharedMaterialReclaimerSystem.cs Fix sound on material reclaimer (#21030) 2023-10-15 23:30:35 -06:00
SharedMaterialStorageSystem.cs Update trivial components to use auto comp states (#20539) 2023-09-28 16:20:29 -07:00