diff --git a/Content.Server/Mech/Components/MechAirFilterComponent.cs b/Content.Server/Mech/Components/MechAirFilterComponent.cs
index 55dad29deb..d35b4af471 100644
--- a/Content.Server/Mech/Components/MechAirFilterComponent.cs
+++ b/Content.Server/Mech/Components/MechAirFilterComponent.cs
@@ -6,7 +6,7 @@ namespace Content.Server.Mech.Components;
/// This is basically a reverse scrubber for MechAir
///
[RegisterComponent]
-public sealed class MechAirFilterComponent : Component
+public sealed partial class MechAirFilterComponent : Component
{
///
/// Gases that will be filtered out of internal air
diff --git a/Content.Server/Mech/Components/MechAirIntakeComponent.cs b/Content.Server/Mech/Components/MechAirIntakeComponent.cs
index 5b35a5197f..7b3a84c66b 100644
--- a/Content.Server/Mech/Components/MechAirIntakeComponent.cs
+++ b/Content.Server/Mech/Components/MechAirIntakeComponent.cs
@@ -6,7 +6,7 @@ namespace Content.Server.Mech.Components;
/// This is basically a siphon vent for mech but not using pump vent component because MechAir bad
///
[RegisterComponent]
-public sealed class MechAirIntakeComponent : Component
+public sealed partial class MechAirIntakeComponent : Component
{
///
/// Target pressure change for a single atmos tick