diff options
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, |