diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-06 20:08:54 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-06 20:08:54 +0000 |
commit | 1c40c967b36b4d2045b292ed70382e4ee4d9b387 (patch) | |
tree | 44e7bd981e350933cb320d7071c0d6d546fc0aa6 /scripts/toy.groovy | |
parent | Initial commit of dildo sucking instructions. (diff) | |
download | toy-1c40c967b36b4d2045b292ed70382e4ee4d9b387.zip |
Move perm chaste handling into dynamic domme
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r-- | scripts/toy.groovy | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index e8cb381..148d282 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1284,10 +1284,6 @@ def sessionRelease = { goodToy -> present([DRESSED], [ ["Ahhh,", "OK,"], ["I'm done with you for now.", "That was fun... for me at least."]]); - if (perm(PERM_CHASTE)) { - wait(getRandom(10) + 5); - postChastity(); - } } else { present([DRESSED], [ |