diff --git a/Content.Shared/Cuffs/SharedCuffableSystem.cs b/Content.Shared/Cuffs/SharedCuffableSystem.cs index 69671fd1a1..627fb8c1a6 100644 --- a/Content.Shared/Cuffs/SharedCuffableSystem.cs +++ b/Content.Shared/Cuffs/SharedCuffableSystem.cs @@ -26,7 +26,8 @@ namespace Content.Shared.Cuffs SubscribeLocalEvent(OnUnequipAttempt); SubscribeLocalEvent(OnDropAttempt); SubscribeLocalEvent(OnPickupAttempt); - SubscribeLocalEvent(OnPull); + SubscribeLocalEvent(OnPull); + SubscribeLocalEvent(OnPull); } private void OnPull(EntityUid uid, SharedCuffableComponent component, PullMessage args)