Skip to content

Commit

Permalink
[Tweak] Fire Alarm Sound
Browse files Browse the repository at this point in the history
  • Loading branch information
PuroSlavKing committed Oct 28, 2024
1 parent d703498 commit 77df11d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public sealed partial class AtmosAlarmableComponent : Component
[ViewVariables] public bool IgnoreAlarms { get; set; } = false;

[DataField("alarmSound")]
public SoundSpecifier AlarmSound { get; set; } = new SoundPathSpecifier("/Audio/Machines/alarm.ogg");
public SoundSpecifier AlarmSound { get; set; } = new SoundPathSpecifier("/Audio/_White/Machines/fire_alarm.ogg"); // WD-EDIT

[DataField("alarmVolume")]
public float AlarmVolume { get; set; } = -10;
Expand Down
Binary file added Resources/Audio/_White/Machines/fire_alarm.ogg
Binary file not shown.

0 comments on commit 77df11d

Please sign in to comment.