diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-06 23:47:03 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-06 23:47:03 +0000 |
commit | 0b81920a751a504487015fcaa8a34c3b84888494 (patch) | |
tree | 92b652a02ab1daae04b5247e1eb98a588a247a84 /scripts | |
parent | Externalise image tagging data (diff) | |
download | toy-0b81920a751a504487015fcaa8a34c3b84888494.zip |
Assume toy will return dressed after bedtime
Diffstat (limited to 'scripts')
-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(); }; |