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