summaryrefslogtreecommitdiff
path: root/scripts/toy.groovy
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-12-06 23:47:03 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2018-12-06 23:47:03 +0000
commit0b81920a751a504487015fcaa8a34c3b84888494 (patch)
tree92b652a02ab1daae04b5247e1eb98a588a247a84 /scripts/toy.groovy
parentExternalise image tagging data (diff)
downloadtoy-0b81920a751a504487015fcaa8a34c3b84888494.zip
Assume toy will return dressed after bedtime
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r--scripts/toy.groovy2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy
index 7f28561..119921c 100644
--- a/scripts/toy.groovy
+++ b/scripts/toy.groovy
@@ -836,6 +836,8 @@ def bedtime = {
["Very good, toy.", "OK"],
["Bedtime!", "Off to bed with you!", "Bed! Now!"]]);
showButtonG("Good night, mistress", "night");
+ // Assume toy with return dressed tomorrow
+ set(NAKED, false);
}
exit();
};