diff options
-rw-r--r-- | scripts/toy.groovy | 2 |
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(); }; |