diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-07-08 19:30:01 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-07-08 19:30:01 +0100 |
commit | 74f9e025947ccbe62b7b818521863cc770e16b2a (patch) | |
tree | df3b251385456cc52996b92bae5cd655880075b4 /images | |
parent | Fix default removeRequest function (diff) | |
download | toy-74f9e025947ccbe62b7b818521863cc770e16b2a.zip |
Tag all activities
Diffstat (limited to 'images')
-rw-r--r-- | images/toy/domme.groovy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/images/toy/domme.groovy b/images/toy/domme.groovy index 3e90153..3b55023 100644 --- a/images/toy/domme.groovy +++ b/images/toy/domme.groovy @@ -75,7 +75,8 @@ ], [ select: 'repeat', number: 'toy.randRange(1, 2 + ((toy.prop.punishment ?: 0) / 100))', - activities: [ 'playKneel', 'playBeatCock', 'playBeatBalls', 'playClamps', 'playNothing' ], + activities: [ 'playKneel', 'playBeatCock', 'playBeatBalls', 'playClamps' ], + intervals: [ null, 'intNothing' ], use: 'punishApply' ], [ select: 'take', |