diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/toy/tease.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy/tease.groovy b/scripts/toy/tease.groovy index 5ace6e3..5402084 100644 --- a/scripts/toy/tease.groovy +++ b/scripts/toy/tease.groovy @@ -66,7 +66,7 @@ showButtonGT("Edging, ${dommeTitle()}", "edging", allowedTime + 20, 1); if (getRandom(2) == 1) { present(imageSpec, [ - ["Hold it...", "And hold...", "Keeping going..."]]); + ["Hold it...", "And hold...", "Keep going..."]]); if (mightCum(getRandom(20) + 5)) return; } present(imageSpec, [ |