diff options
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."], |