diff options
-rw-r--r-- | images/toy/ancilla/domme.groovy | 3 | ||||
-rw-r--r-- | scripts/toy.groovy | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/images/toy/ancilla/domme.groovy b/images/toy/ancilla/domme.groovy index f32b10b..ec954aa 100644 --- a/images/toy/ancilla/domme.groovy +++ b/images/toy/ancilla/domme.groovy @@ -22,6 +22,9 @@ number: 'toy.randRange(0, 2)', activities: [ 'postCum', 'postChastity' ] ], [ + require: 'toy.can("perm_chaste")', + activities: [ 'postChastity' ] + ], [ require: '!toy.sessionAborted() && !toy.can("cum")', select: 'take', number: 1, 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], [ |