diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-01-01 16:07:15 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-01-01 16:07:15 +0000 |
commit | 58a787e1d7d69fd4b4ab9e0baeea67f732e74abf (patch) | |
tree | fcce8df8ab104b9137027a6cc72873abbea3ac43 | |
parent | Add FAQ link (diff) | |
download | toy-58a787e1d7d69fd4b4ab9e0baeea67f732e74abf.zip |
Don't leave chastity note for chaste toy
-rw-r--r-- | scripts/toy.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index d16e13c..7db0694 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1452,7 +1452,7 @@ def beginPlan = { rt, plan, args -> [ "Back later!", "See you soon, toy" ]]); wait(5); } - else if (has(CHASTITY)) { + else if (has(CHASTITY) && !is(CHASTE)) { leaveNote("I want you in chastity until I return!", CHASTE); } setAway(plan); |