diff options
-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(); |