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 --- scripts/toy.groovy | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts') 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