diff options
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r-- | scripts/toy.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 497d903..21b6ae8 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -945,7 +945,7 @@ def playBondage = { present([DRESSED, nTEASE], [ ["You know what's next.", "Take your cuffs."], ["Cuff yourself,", "Hands cuffed,"], - ["behind your back of course", "behind you."]]); + ["behind your back of course.", "behind you."]]); wait(15); present([DRESSED, TEASE], [ ["Don't go anywhere!", "Do not move!"]]); |