Skip to content

Commit ac47ead

Browse files
committed
cuff hotfix
1 parent c04d12c commit ac47ead

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Content.Shared/Cuffs/SharedCuffableSystem.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,9 @@ public bool TryAddNewCuffs(EntityUid target, EntityUid user, EntityUid handcuff,
471471
if (!_interaction.InRangeUnobstructed(handcuff, target))
472472
return false;
473473

474+
cuff.Used = true;
475+
Dirty(handcuff, cuff);
476+
474477
// if the amount of hands the target has is equal to or less than the amount of hands that are cuffed
475478
// don't apply the new set of cuffs
476479
// (how would you even end up with more cuffed hands than actual hands? either way accounting for it)

0 commit comments

Comments
 (0)