* fix force evaporation

* knowledge book in bank

* music in loadouts

* Update general.yml

* localization sync

* fix round leave and manifest

* ship sound replacement

* fix traveling ship gravity

* forgot this role knowledge
This commit is contained in:
Ed
2025-01-19 14:23:53 +03:00
committed by GitHub
parent 090c4d5eb0
commit 94ab0fc94b
22 changed files with 1390 additions and 450 deletions

View File

@@ -38,12 +38,12 @@ public sealed partial class ShuttleSystem
* This is a way to move a shuttle from one location to another, via an intermediate map for fanciness.
*/
private readonly SoundSpecifier _startupSound = new SoundPathSpecifier("/Audio/Effects/Shuttle/hyperspace_begin.ogg")
private readonly SoundSpecifier _startupSound = new SoundPathSpecifier("/Audio/_CP14/Effects/ship_start.ogg") //CP14 sound replaced
{
Params = AudioParams.Default.WithVolume(-5f),
};
private readonly SoundSpecifier _arrivalSound = new SoundPathSpecifier("/Audio/Effects/Shuttle/hyperspace_end.ogg")
private readonly SoundSpecifier _arrivalSound = new SoundPathSpecifier("/Audio/_CP14/Effects/ship_end.ogg") //CP14 sound replaced
{
Params = AudioParams.Default.WithVolume(-5f),
};