From: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com> Date: Sun, 22 Oct 2023 05:49:56 +0000 (+0000) Subject: Telekinetic door prying fix (#21150) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d28208282a71ae4466b454577bafeccfddb79c4f;p=space-station-14.git Telekinetic door prying fix (#21150) --- diff --git a/Content.Shared/Prying/Systems/PryingSystem.cs b/Content.Shared/Prying/Systems/PryingSystem.cs index 40b77efe22..19e63de29e 100644 --- a/Content.Shared/Prying/Systems/PryingSystem.cs +++ b/Content.Shared/Prying/Systems/PryingSystem.cs @@ -126,6 +126,7 @@ public sealed class PryingSystem : EntitySystem { BreakOnDamage = true, BreakOnUserMove = true, + BreakOnWeightlessMove = true, }; if (tool != null)