diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-28 20:27:15 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-28 20:27:15 +0000 |
commit | 7023a1c000f83597e2404d94059ab110a90f362e (patch) | |
tree | def04439ea63e3ce5f5a4afa9f2123d93499d84f /scripts | |
parent | Delay cum denial until last second before actual chance (diff) | |
download | toy-7023a1c000f83597e2404d94059ab110a90f362e.zip |
Don't exit when owner leaves, just drop back to the lounge
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/toy.groovy | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 9a74581..53caf2a 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1418,9 +1418,7 @@ def beginPlan = { rt, plan, args -> } setAway(plan); removeEvent(PLAY); - if (rt) { - exit(); - } + showLounge(); }; def endPlan = { rt, plan -> save("toy.owner.outfitTime", getTime()); |