diff --git a/Content.Server/Atmos/Monitor/Components/AtmosAlarmableComponent.cs b/Content.Server/Atmos/Monitor/Components/AtmosAlarmableComponent.cs index ec7f96e453..e291334ad0 100644 --- a/Content.Server/Atmos/Monitor/Components/AtmosAlarmableComponent.cs +++ b/Content.Server/Atmos/Monitor/Components/AtmosAlarmableComponent.cs @@ -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; diff --git a/Resources/Audio/_White/Machines/fire_alarm.ogg b/Resources/Audio/_White/Machines/fire_alarm.ogg deleted file mode 100644 index 5b98f4b1e0..0000000000 Binary files a/Resources/Audio/_White/Machines/fire_alarm.ogg and /dev/null differ