diff options
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 |