From d28208282a71ae4466b454577bafeccfddb79c4f Mon Sep 17 00:00:00 2001 From: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com> Date: Sun, 22 Oct 2023 05:49:56 +0000 Subject: [PATCH] Telekinetic door prying fix (#21150) --- Content.Shared/Prying/Systems/PryingSystem.cs | 1 + 1 file changed, 1 insertion(+) 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) -- 2.51.2