Fix RCD checks (#15167)
This commit is contained in:
@@ -90,6 +90,10 @@ namespace Content.Server.RCD.Systems
|
|||||||
{
|
{
|
||||||
BreakOnDamage = true,
|
BreakOnDamage = true,
|
||||||
NeedHand = 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
|
ExtraCheck = () => IsRCDStillValid(rcd, args, mapGrid, tile, startingMode) //All of the sanity checks are here
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user