diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-29 12:32:23 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-29 12:32:23 +0000 |
commit | 8aac56054c580455bfdf798ca94c3f6bc952a22c (patch) | |
tree | 0cf0306896ebfde8dc89d8dd7a23e935d84ed288 /scripts | |
parent | Don't exit when owner leaves, just drop back to the lounge (diff) | |
download | toy-8aac56054c580455bfdf798ca94c3f6bc952a22c.zip |
Clearer wording about bedtime
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/toy.groovy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 53caf2a..6844554 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1185,8 +1185,8 @@ def bedtime = { rt, schedTime -> Collections.shuffle(toys); toys.each { removeToy(it, [LINGERIE,nTITS]) }; present([LINGERIE,nTITS], [ - ["Very good, toy.", "OK"], - ["Bedtime!", "Off to bed with you!", "Bed! Now!"]]); + ["Very good, toy.", "OK."], + ["Bedtime for you!", "Off to bed with you!", "Bed! Now!"]]); showButtonG("Good night, mistress", "night"); } // Assume toy will return dressed tomorrow |