From 58a787e1d7d69fd4b4ab9e0baeea67f732e74abf Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 1 Jan 2019 16:07:15 +0000 Subject: Don't leave chastity note for chaste toy --- scripts/toy.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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); -- cgit v1.2.3