diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-12 16:55:27 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-12 16:55:27 +0000 |
commit | f0089fe3d20eafc365be23976a90f5d8cec2ea5b (patch) | |
tree | 17638ea057484e1c6884041ecbd806c8e7cfd319 /scripts/toy.groovy | |
parent | Ensure slow beat stopped (diff) | |
download | toy-f0089fe3d20eafc365be23976a90f5d8cec2ea5b.zip |
Return after redress summon failure
Diffstat (limited to 'scripts/toy.groovy')
-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,"], |