Skip to content

Commit

Permalink
[Revert] Fire Alarm Sound / Звук Пожарной Тревоги (#115)
Browse files Browse the repository at this point in the history
Revert "[Tweak] Fire Alarm Sound (#106)"

This reverts commit e81b782.
  • Loading branch information
Spatison authored Nov 1, 2024
1 parent 76634ba commit 4b4ff83
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/_White/Machines/fire_alarm.ogg"); // WD-EDIT
public SoundSpecifier AlarmSound { get; set; } = new SoundPathSpecifier("/Audio/Machines/alarm.ogg");

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

0 comments on commit 4b4ff83

Please sign in to comment.