diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-23 13:22:36 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-23 13:22:36 +0000 |
commit | 5abf97823edf9bc627cbe93e24d80ba009e85615 (patch) | |
tree | b642c3cdb3928abc88892c7cf9aa67226cdf7473 /images | |
parent | Add debug option to trigger any activity (diff) | |
download | toy-5abf97823edf9bc627cbe93e24d80ba009e85615.zip |
Add beat cock activity
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' ] ] ] ] |