Fix RCD checks (#15167)

This commit is contained in:
Leon Friedrich
2023-04-06 17:26:14 +12:00
committed by GitHub
parent c525a25c07
commit 4effb5478a

View 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
};