Skip to content

Commit cb8f521

Browse files
Merge pull request #1172 from ss14Starlight/starlight-dev
release
2 parents 8aa58c9 + a62d7ca commit cb8f521

2 files changed

Lines changed: 10 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)

Resources/Changelog/ChangelogStarlight.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10014,5 +10014,12 @@ Entries:
1001410014
id: 1379
1001510015
time: '2025-07-28T06:42:42.000000+00:00'
1001610016
url: https://github.com/ss14Starlight/space-station-14/pull/1123
10017+
- author: darkrell, Happyrobot33
10018+
changes:
10019+
- message: Fixed a bug that occurred when trying to remove handcuffs.
10020+
type: Fix
10021+
id: 1380
10022+
time: '2025-08-01T04:54:21.000000+00:00'
10023+
url: https://github.com/ss14Starlight/space-station-14/pull/1171
1001710024
Order: -1
1001810025

0 commit comments

Comments
 (0)