diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-30 12:47:37 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-30 12:47:37 +0000 |
commit | c278b53ca7b760a919e02026a8fb00805fd86f05 (patch) | |
tree | ab45ee597b4f185c215d8a6e19329e77408fb191 /scripts | |
parent | Fix wording (diff) | |
download | toy-c278b53ca7b760a919e02026a8fb00805fd86f05.zip |
Add clarity
Diffstat (limited to 'scripts')
-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 e47b086..559b3ee 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1090,7 +1090,7 @@ def playSuck = { }; if (sessionToys.containsKey(DILDO)) { present([DRESSED], [ - ["Back to your dildo.", "Amuse me some more."], + ["Back to your dildo.", "Amuse me some more with that dildo."], ["Same as before, listen for my bell, slut."]]); showButtonG("Yes, ${dommeTitle()}", "ok"); } |