diff options
Diffstat (limited to 'images')
-rw-r--r-- | images/toy/ancilla/domme.groovy | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/images/toy/ancilla/domme.groovy b/images/toy/ancilla/domme.groovy index e957bdb..e4e16aa 100644 --- a/images/toy/ancilla/domme.groovy +++ b/images/toy/ancilla/domme.groovy @@ -58,13 +58,15 @@ ], [ select: 'repeat', number: 'toy.randRange(1, 2 + ((toy.prop.punishment ?: 0) / 100))', - activities: [ 'playKneel', 'playBeatBalls', 'playClamps', 'playNothing' ], + activities: [ 'playKneel', 'playBeatCock', 'playBeatBalls', 'playClamps', 'playNothing' ], use: 'punishApply' ], [ select: 'take', number: 'toy.randRange(1, 2 + ((toy.prop.punishment ?: 0) / 100))', - activities: [ 'playBondage', 'playBeatBalls', 'playClamps' ], + activities: [ 'playBondage', 'playBeatCock', 'playBeatBalls', 'playClamps' ], use: 'punishApply' + ], [ + activities: [ 'postChastity' ] ] ] ] |