From 0b81920a751a504487015fcaa8a34c3b84888494 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 6 Dec 2018 23:47:03 +0000 Subject: Assume toy will return dressed after bedtime --- scripts/toy.groovy | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') 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(); }; -- cgit v1.2.3