Skip to content

Commit

Permalink
Fix cuff interruption messages (space-wizards#25677)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikthechampiongr authored Feb 28, 2024
1 parent 7341a3a commit 221719c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ handcuff-component-cuff-observer-success-message = {$user} restrains {$target}.
handcuff-component-cuff-other-success-message = You successfully restrain {$otherName}.
handcuff-component-cuff-by-other-success-message = You have been restrained by {$otherName}!
handcuff-component-cuff-self-success-message = You restrain yourself.
handcuff-component-cuff-interrupt-message = You were interrupted while unrestraining {$targetName}!
handcuff-component-cuff-interrupt-message = You were interrupted while restraining {$targetName}!
handcuff-component-cuff-interrupt-other-message = You interrupt {$otherName} while they are restraining you!
handcuff-component-cuff-interrupt-self-message = You were interrupted while unrestraining yourself.
handcuff-component-cuff-interrupt-self-message = You were interrupted while restraining yourself.
handcuff-component-cuff-interrupt-buckled-message = You can't buckle while restrained!
handcuff-component-cuff-interrupt-unbuckled-message = You can't unbuckle while restrained!

0 comments on commit 221719c

Please sign in to comment.