From: Scribbles0 <91828755+Scribbles0@users.noreply.github.com> Date: Sat, 4 Mar 2023 23:08:44 +0000 (-0800) Subject: Disposals Air (#14407) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=f84f9aa407ba1b6101e2392b06f68a58fc576da5;p=space-station-14.git Disposals Air (#14407) --- 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; } }