diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-07-10 16:54:53 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-07-11 00:10:34 +0100 |
commit | dfcba0a0d3c9de9037ee0e45eb2725398b782069 (patch) | |
tree | 85eb4b58fd0ec3cc46ad0aac483df9b955c134e2 /images | |
parent | Move availability into a module (diff) | |
download | toy-dfcba0a0d3c9de9037ee0e45eb2725398b782069.zip |
Simplify final punish activities and stop bondage occurring twice
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' ] |