From 8aac56054c580455bfdf798ca94c3f6bc952a22c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 29 Dec 2018 12:32:23 +0000 Subject: Clearer wording about bedtime --- scripts/toy.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/toy.groovy') 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 -- cgit v1.2.3