]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Telekinetic door prying fix (#21150)
authornikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com>
Sun, 22 Oct 2023 05:49:56 +0000 (05:49 +0000)
committerGitHub <noreply@github.com>
Sun, 22 Oct 2023 05:49:56 +0000 (16:49 +1100)
Content.Shared/Prying/Systems/PryingSystem.cs

index 40b77efe2287a0fc8ee595090406865a6b012d68..19e63de29e093c48790c6a79f7743766880482ec 100644 (file)
@@ -126,6 +126,7 @@ public sealed class PryingSystem : EntitySystem
         {
             BreakOnDamage = true,
             BreakOnUserMove = true,
+            BreakOnWeightlessMove = true,
         };
 
         if (tool != null)