diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-19 11:43:06 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-19 11:43:06 +0000 |
commit | f36c9a71578c40e5a35f79006abd30f41280ca29 (patch) | |
tree | c6feca70ee6c6f4d8779cf0f3644aa8bb0c39968 | |
parent | Remove wait guages (diff) | |
download | toy-f36c9a71578c40e5a35f79006abd30f41280ca29.zip |
Fix typos
-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 d2836c5..0a30c4d 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -901,7 +901,7 @@ def playBondage = { wait(20); present([DRESSED, TEASE], [ ["OK,", "Mmmm,"], - ["Soon.", "Just a while longer"]]); + ["soon.", "just a while longer."]]); wait(60 + getRandom(60)); playBackgroundSound("bell.wav"); present([DRESSED, TEASE], [ |