From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Thu, 6 Apr 2023 05:26:14 +0000 (+1200) Subject: Fix RCD checks (#15167) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=4effb5478aa9fc818e5717a24467c43484f9ace0;p=space-station-14.git Fix RCD checks (#15167) --- 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 };