diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-04 19:06:42 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-04 19:27:35 +0000 |
commit | 6ed3a93aeab904188e4d8dd4445167a619f36a24 (patch) | |
tree | 71f7e7a11e091ecb38e30df6593635e68c6bd1ec /images | |
parent | Stop bedtime wear always being selected first. (diff) | |
download | toy-6ed3a93aeab904188e4d8dd4445167a619f36a24.zip |
Initial commit of dildo sucking instructions.
Could do with more work.
Diffstat (limited to 'images')
-rw-r--r-- | images/toy/ancilla/domme.groovy | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/images/toy/ancilla/domme.groovy b/images/toy/ancilla/domme.groovy index 71863fd..f32b10b 100644 --- a/images/toy/ancilla/domme.groovy +++ b/images/toy/ancilla/domme.groovy @@ -29,6 +29,18 @@ ] ] ], [ + theme: 'blowjob training', + require: 'toy.has("dildo")', + probability: 5, + phases: [ + [ + number: 'toy.randRange(1, 3)', + activities: [ 'preClamps', 'preCollar', 'preStrip' ] + ], [ + activities: [ 'playSuck' ] + ] + ] + ], [ theme: 'punishment', require: 'toy.prop.punishment > 40', probability: 50, |