From 1127b7961a78e93610b43064135faba0b474d6d0 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 3 Sep 2023 17:20:45 +1000 Subject: [PATCH] Fix MechAir datadefs (#19778) --- Content.Server/Mech/Components/MechAirFilterComponent.cs | 2 +- Content.Server/Mech/Components/MechAirIntakeComponent.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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