diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-28 19:50:11 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-28 19:50:11 +0000 |
commit | de48d65f7c276bc53db71713031b25791ed6a3d9 (patch) | |
tree | 6b3f9efc2842e259919fb284c04fcdf529623020 /images | |
parent | Split domme config into default, person and set files (diff) | |
download | toy-de48d65f7c276bc53db71713031b25791ed6a3d9.zip |
Add missing postChastity after reminder who's boss
Diffstat (limited to 'images')
-rw-r--r-- | images/toy/domme.groovy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/images/toy/domme.groovy b/images/toy/domme.groovy index 14748b9..3e90153 100644 --- a/images/toy/domme.groovy +++ b/images/toy/domme.groovy @@ -55,6 +55,9 @@ number: 'toy.randRange(2, 3)', activities: [ 'playBeatCock', 'playBeatBalls', 'playClamps' ], use: 'punishApply' + ], [ + require: 'toy.can("perm_chaste") || toy.randRange(1, 2) == 1', + activities: [ 'postChastity' ] ] ] ], [ |