diff options
-rw-r--r-- | scripts/toy.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index fcdba82..d787e74 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -371,7 +371,7 @@ def preGag = { showButton("Yes, mistress"); show(null); wait(10); - showButtonGT("Back, mistress", 50, 2); + showButtonGT("Back, mistress", "back", 50, 2); present([DRESSED], [ ["Good boy.", "Very good."], ["Put it on..."], |