summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/toy.groovy4
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");
}