]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix RCD checks (#15167)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Thu, 6 Apr 2023 05:26:14 +0000 (17:26 +1200)
committerGitHub <noreply@github.com>
Thu, 6 Apr 2023 05:26:14 +0000 (15:26 +1000)
Content.Server/RCD/Systems/RCDSystem.cs

index b1b674a0aa39738f9ac5588d016cab584b1977b6..9a2fb2fa9d4552ebe3666d8af7a391529453e7fd 100644 (file)
@@ -90,6 +90,10 @@ namespace Content.Server.RCD.Systems
             {
                 BreakOnDamage = true,
                 NeedHand = true,
+                BreakOnHandChange = true,
+                BreakOnUserMove = true,
+                BreakOnTargetMove = true,
+                AttemptFrequency = AttemptFrequency.EveryTick,
                 ExtraCheck = () => IsRCDStillValid(rcd, args, mapGrid, tile, startingMode) //All of the sanity checks are here
             };