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 +++ 1 file changed, 3 insertions(+) (limited to 'images') 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', -- cgit v1.2.3