diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-11 21:10:09 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-11 21:10:09 +0000 |
commit | 3693f01f51d9db4cbc228a3f402092be2a46d380 (patch) | |
tree | 15c6048ead978d37f11fc5eda7bc76497146a706 /scripts | |
parent | More varied clamp play (diff) | |
download | toy-3693f01f51d9db4cbc228a3f402092be2a46d380.zip |
Fix typos
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/toy.groovy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index f2e73d9..2d65ccb 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -550,7 +550,7 @@ def preRelease = { ["before I let you out.", "before I hand over the keys."], ["You should be", "When you're"], ["practically breaking out,", "about to break it for me,"], - ["we'll continue.", "then I'll see letting it out."]]); + ["we'll continue.", "then I'll see about letting it out."]]); showButtonG("Hard, mistress, please let me out", "hard"); present([DRESSED,TEASE], [ ["OK then.", "Fine, fine."], @@ -1038,7 +1038,7 @@ def sessionRelease = { goodToy -> else { present([DRESSED], [ ["No clothes now for a while,", "Keep those clothes off,"], - ["you don't get clothes until I say.", "I like seeing naked."]]); + ["you don't get clothes until I say.", "I like seeing you naked."]]); addEvent(REDRESS, getTime() + 600 + getRandom(1200), "redress"); showButtonG("Yes, mistress", "ok"); } |