summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-03-30 12:47:37 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-03-30 12:47:37 +0000
commitc278b53ca7b760a919e02026a8fb00805fd86f05 (patch)
treeab45ee597b4f185c215d8a6e19329e77408fb191
parentFix wording (diff)
downloadtoy-c278b53ca7b760a919e02026a8fb00805fd86f05.zip
Add clarity
-rw-r--r--scripts/toy.groovy2
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");
}