diff options
Diffstat (limited to 'scripts/toy.groovy')
-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); |