diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-03 12:37:17 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-03 12:37:17 +0000 |
commit | cab8047fdcd9115649e71bcd8bace21d46d2f0a9 (patch) | |
tree | f51c02bac35025ac66692bf26cb3431dcd9c6073 | |
parent | Fix misspelling of mistress (diff) | |
download | toy-cab8047fdcd9115649e71bcd8bace21d46d2f0a9.zip |
Add missing gagtext hint
-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..."], |