diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-16 13:04:25 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-16 13:04:25 +0000 |
commit | fe22b42fc43abc992fa8f32b5a830efc38780752 (patch) | |
tree | 19dc8a7d3dfbaa8fb0411d303784171a0648f3ff /scripts | |
parent | Pass event name to handler (diff) | |
download | toy-fe22b42fc43abc992fa8f32b5a830efc38780752.zip |
Fix typo
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/toy.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 9e26632..9c9f66d 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1153,7 +1153,7 @@ def bedtime = { ["Bedtime!", "Off to bed with you!", "Bed! Now!"]]); showButtonG("Good night, mistress", "night"); } - // Assume toy with return dressed tomorrow + // Assume toy will return dressed tomorrow removeEvent(REDRESS); set(NAKED, false); exit(); |