From dfcba0a0d3c9de9037ee0e45eb2725398b782069 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 10 Jul 2019 16:54:53 +0100 Subject: Simplify final punish activities and stop bondage occurring twice --- images/toy/domme.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images') 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' ] -- cgit v1.2.3