diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-03 19:00:40 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-03 19:00:40 +0000 |
commit | 486c0847f2e6e275d0c817d499359a3e0d31b25b (patch) | |
tree | 2038f4226fdce9ee0a0d801ca7976a4c171aa50d | |
parent | Adds playBondage and reworks punishment closeout (diff) | |
download | toy-486c0847f2e6e275d0c817d499359a3e0d31b25b.zip |
Bad toy always ends chaste
-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)) { |