From 90e526bb6791d5e6e53fbf3bb7627f797dd259c4 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 3 Dec 2018 12:36:52 +0000 Subject: Fix misspelling of mistress --- scripts/toy.groovy | 6 +++--- 1 file 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; -- cgit v1.2.3