Bugfixes (#783)
* 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:
@@ -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),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user