From 1c40c967b36b4d2045b292ed70382e4ee4d9b387 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 6 Mar 2019 20:08:54 +0000 Subject: Move perm chaste handling into dynamic domme --- images/toy/ancilla/domme.groovy | 3 +++ 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 @@ -21,6 +21,9 @@ select: 'take', number: 'toy.randRange(0, 2)', activities: [ 'postCum', 'postChastity' ] + ], [ + require: 'toy.can("perm_chaste")', + activities: [ 'postChastity' ] ], [ require: '!toy.sessionAborted() && !toy.can("cum")', select: 'take', 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], [ -- cgit v1.2.3