From de48d65f7c276bc53db71713031b25791ed6a3d9 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 28 Mar 2019 19:50:11 +0000 Subject: Add missing postChastity after reminder who's boss --- images/toy/domme.groovy | 3 +++ 1 file changed, 3 insertions(+) (limited to 'images') 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' ] ] ] ], [ -- cgit v1.2.3