diff options
-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 166bbdd..13660cf 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -800,6 +800,7 @@ def sessionRelease = { goodToy -> else { present([DRESSED], [ ["I don't ask much of you, toy."]]); + postChastity(); } wait(getRandom(10) + 5); if (is(CUFFED) || is(COLLARED) || is(CLAMPED) || is(GAGGED)) { |