diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-03 12:36:52 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-03 12:36:52 +0000 |
commit | 90e526bb6791d5e6e53fbf3bb7627f797dd259c4 (patch) | |
tree | 4ae2b290034afb5de23ad9d7e24c4bf6601b6ee5 /scripts | |
parent | Accumulate punishment for poor behaviour, performance, etc (diff) | |
download | toy-90e526bb6791d5e6e53fbf3bb7627f797dd259c4.zip |
Fix misspelling of mistress
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; |