diff options
Diffstat (limited to 'images')
-rw-r--r-- | images/toy/domme.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/toy/domme.groovy b/images/toy/domme.groovy index 6335d3a..40d374d 100644 --- a/images/toy/domme.groovy +++ b/images/toy/domme.groovy @@ -81,7 +81,7 @@ ], [ select: 'take', number: 'toy.randRange(1, 2 + ((toy.prop.punishment ?: 0) / 100))', - activities: [ 'playBondage', '*play,punish' ], + activities: [ '*!pre,!int,punish' ], use: 'punishApply' ], [ activities: [ 'postChastity' ] |