diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-05-26 01:34:49 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-05-26 01:34:53 +0100 |
commit | b834d15ef1fab0c6f9026b5169000737e2583bca (patch) | |
tree | 4295a19fcb47889a1142be94ccc42dbfa8f2f661 /scripts | |
parent | Add links to other domme packs (diff) | |
download | toy-b834d15ef1fab0c6f9026b5169000737e2583bca.zip |
Backport typo fixes from mystery contributorpub-4.0.1
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/toy/chastity.groovy | 2 | ||||
-rw-r--r-- | scripts/toy/intro.groovy | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/toy/chastity.groovy b/scripts/toy/chastity.groovy index 403b678..eb94546 100644 --- a/scripts/toy/chastity.groovy +++ b/scripts/toy/chastity.groovy @@ -43,7 +43,7 @@ if (!has(CHASTITY)) return; if (pre) { present([DRESSED,TEASE], [ - ["Fun time is over for you.", "You'd have enough pleasure lately, my turn."]]); + ["Fun time is over for you.", "You've had enough pleasure lately, my turn."]]); } else { present([TEASE], [ diff --git a/scripts/toy/intro.groovy b/scripts/toy/intro.groovy index 61044df..51ee105 100644 --- a/scripts/toy/intro.groovy +++ b/scripts/toy/intro.groovy @@ -17,7 +17,7 @@ ["I will tease you... and I will torment you..."]]); showButton("Yes, ${dommeTitle()}"); present([TITS], [ - ["... and I will break... and then you will suffer!"]]); + ["... and I will break you... and then you will suffer!"]]); showButton("Thank you, ${dommeTitle()}"); present([TITS], [ ["Now, your devotion is important to me."], |