diff --git a/Content.Client/TurretController/TurretControllerWindow.xaml.cs b/Content.Client/TurretController/TurretControllerWindow.xaml.cs index 020c894f54..2f6d81ff70 100644 --- a/Content.Client/TurretController/TurretControllerWindow.xaml.cs +++ b/Content.Client/TurretController/TurretControllerWindow.xaml.cs @@ -115,6 +115,7 @@ public sealed partial class TurretControllerWindow : BaseWindow TurretArmamentSetting.Safe => SafeButton, TurretArmamentSetting.Stun => StunButton, TurretArmamentSetting.Lethal => LethalButton, + _ => throw new NotImplementedException(), }; setPressedOn.Pressed = true; diff --git a/Content.Shared/Atmos/Monitor/AtmosAlarmThreshold.cs b/Content.Shared/Atmos/Monitor/AtmosAlarmThreshold.cs index f80a887b4f..89d0bf2392 100644 --- a/Content.Shared/Atmos/Monitor/AtmosAlarmThreshold.cs +++ b/Content.Shared/Atmos/Monitor/AtmosAlarmThreshold.cs @@ -348,6 +348,11 @@ public readonly partial struct AlarmThresholdSetting: IEquatable