summaryrefslogtreecommitdiff
path: root/scripts/toy.groovy
diff options
context:
space:
mode:
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();
};