diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/toy.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index fe6c194..07145f2 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1120,6 +1120,7 @@ def bedtime = { def redress = { rt -> if (!rt || !sessionSummon([DRESSED])) { addEvent(REDRESS, getTime() + 300, "redress"); + return; } present([DRESSED], [ ["OK, toy,"], |