diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-04 19:06:04 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-04 19:06:04 +0000 |
commit | f76d8cefeb63d9ec21b21fe01aa0dcccb784b417 (patch) | |
tree | ca63c76c7b693591cda159931ab70b662822bbc8 /scripts/toy.groovy | |
parent | Re-encode audio to slash file sizes (diff) | |
download | toy-f76d8cefeb63d9ec21b21fe01aa0dcccb784b417.zip |
Stop bedtime wear always being selected first.
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r-- | scripts/toy.groovy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index aa089b5..0d1f069 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1353,6 +1353,9 @@ def bedtimeCheck = { rt -> } }; def wakeup = { rt -> + // Unset outfit, stops bedtime wear always being selected first + save("toy.owner.outfit", null); + dress([]); setAway(null); playSchedule(); sleepSchedule(); |