summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-01-06 13:06:51 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-01-06 13:06:51 +0000
commitc6bc356387edee267712acdc837630777f93cfb3 (patch)
tree4ca89e1b13c6ed3928597871d6b81577ca13f86e /scripts
parentAdd image comments during stroking (diff)
downloadtoy-c6bc356387edee267712acdc837630777f93cfb3.zip
Add missing punct
Diffstat (limited to 'scripts')
-rw-r--r--scripts/toy.groovy2
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!"]]);