diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-01-06 13:06:51 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-01-06 13:06:51 +0000 |
commit | c6bc356387edee267712acdc837630777f93cfb3 (patch) | |
tree | 4ca89e1b13c6ed3928597871d6b81577ca13f86e | |
parent | Add image comments during stroking (diff) | |
download | toy-c6bc356387edee267712acdc837630777f93cfb3.zip |
Add missing punct
-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!"]]); |