Skip to content

Commit

Permalink
Update SalvageExpeditionComponent.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Pspritechologist <[email protected]>
  • Loading branch information
DEATHB4DEFEAT and Pspritechologist authored Oct 9, 2023
1 parent a8233b8 commit 076a24b
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,7 @@ public sealed class SalvageExpeditionComponent : SharedSalvageExpeditionComponen
/// Sound that plays when the mission end is imminent.
/// </summary>
[ViewVariables(VVAccess.ReadWrite), DataField("sound")]
// Parkstation-ExpeditionMusic Start
// public SoundSpecifier Sound = new SoundPathSpecifier("/Audio/Misc/tension_session.ogg")
// {
// Params = AudioParams.Default.WithVolume(-5),
// };
public SoundCollectionPrototype? Sound;
// Parkstation-ExpeditionMusic End
public SoundCollectionPrototype? Sound; // Parkstation-ExpeditionMusic

/// <summary>
/// The difficulty this mission had or, in the future, was selected.
Expand Down

0 comments on commit 076a24b

Please sign in to comment.