diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/toy.groovy | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 304e2bd..fcdba82 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -231,7 +231,7 @@ def expose = { imageSpec -> } }; def mightCum = { time -> - if (showButtonG("Sorry, misstress, I'm cumming without permission", "cumming", time) < time) { + if (showButtonG("Sorry, mistress, I'm cumming without permission", "cumming", time) < time) { playBackgroundSound(null); sessionAborted = CUM; present(null, [ @@ -240,9 +240,9 @@ def mightCum = { time -> adjustPunish(100); wait(10); present([DRESSED], [["Clean up your mess!"]]); - showButtonG("Yes, misstress", "ok"); + showButtonG("Yes, mistress", "ok"); wait(10); - showButtonG("Cleaned up, misstress, back", "back"); + showButtonG("Cleaned up, mistress, back", "back"); return true; } return false; |