diff --git a/Content.Server/Disposal/Unit/EntitySystems/BeingDisposedSystem.cs b/Content.Server/Disposal/Unit/EntitySystems/BeingDisposedSystem.cs index e4b7f9062d..72d86bd64b 100644 --- a/Content.Server/Disposal/Unit/EntitySystems/BeingDisposedSystem.cs +++ b/Content.Server/Disposal/Unit/EntitySystems/BeingDisposedSystem.cs @@ -19,6 +19,7 @@ public sealed class BeingDisposedSystem : EntitySystem if (TryComp(component.Holder, out var holder)) { args.Gas = holder.Air; + args.Handled = true; } }