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 /images | |
parent | Initial commit of dildo sucking instructions. (diff) | |
download | toy-1c40c967b36b4d2045b292ed70382e4ee4d9b387.zip |
Move perm chaste handling into dynamic domme
Diffstat (limited to 'images')
-rw-r--r-- | images/toy/ancilla/domme.groovy | 3 |
1 files changed, 3 insertions, 0 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, |