It's no longer possible to unbuckle if you are handcuffed (#17698)

* it's now impossible to unbuckle when cuffed, cuffs must be removed first

* can't unbuckle if any hand is handcuffed

* fixed hand count check

* added popup message
This commit is contained in:
DadeKuma
2023-06-28 20:09:04 +02:00
committed by GitHub
parent 11eff743e6
commit 6d31d50b43
2 changed files with 19 additions and 0 deletions

View File

@@ -13,3 +13,4 @@ handcuff-component-cuff-self-success-message = You cuff yourself.
handcuff-component-cuff-interrupt-message = You were interrupted while cuffing {$targetName}!
handcuff-component-cuff-interrupt-other-message = You interrupt {$otherName} while they are cuffing you!
handcuff-component-cuff-interrupt-self-message = You were interrupted while cuffing yourself.
handcuff-component-cuff-interrupt-buckled-message = You can't uncuff while buckled!