From 4effb5478aa9fc818e5717a24467c43484f9ace0 Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Thu, 6 Apr 2023 17:26:14 +1200 Subject: [PATCH] Fix RCD checks (#15167) --- Content.Server/RCD/Systems/RCDSystem.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Content.Server/RCD/Systems/RCDSystem.cs b/Content.Server/RCD/Systems/RCDSystem.cs index b1b674a0aa..9a2fb2fa9d 100644 --- a/Content.Server/RCD/Systems/RCDSystem.cs +++ b/Content.Server/RCD/Systems/RCDSystem.cs @@ -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 }; -- 2.51.2