summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-07-10 16:54:53 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-07-11 00:10:34 +0100
commitdfcba0a0d3c9de9037ee0e45eb2725398b782069 (patch)
tree85eb4b58fd0ec3cc46ad0aac483df9b955c134e2 /images
parentMove availability into a module (diff)
downloadtoy-dfcba0a0d3c9de9037ee0e45eb2725398b782069.zip
Simplify final punish activities and stop bondage occurring twice
Diffstat (limited to 'images')
-rw-r--r--images/toy/domme.groovy2
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' ]