summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-03-16 12:05:25 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-03-16 12:05:25 +0000
commiteed6c2f88c7c51b7f332df72ec7253cd2355dcc0 (patch)
treee21bf15329441941dbbb9b9a0bb97cf7450a2d3c /images
parentSimplify image data 2 (diff)
downloadtoy-eed6c2f88c7c51b7f332df72ec7253cd2355dcc0.zip
Rename playCbt
Diffstat (limited to 'images')
-rw-r--r--images/toy/ancilla/domme.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/images/toy/ancilla/domme.groovy b/images/toy/ancilla/domme.groovy
index ec954aa..e957bdb 100644
--- a/images/toy/ancilla/domme.groovy
+++ b/images/toy/ancilla/domme.groovy
@@ -58,12 +58,12 @@
], [
select: 'repeat',
number: 'toy.randRange(1, 2 + ((toy.prop.punishment ?: 0) / 100))',
- activities: [ 'playKneel', 'playCbt', 'playClamps', 'playNothing' ],
+ activities: [ 'playKneel', 'playBeatBalls', 'playClamps', 'playNothing' ],
use: 'punishApply'
], [
select: 'take',
number: 'toy.randRange(1, 2 + ((toy.prop.punishment ?: 0) / 100))',
- activities: [ 'playBondage', 'playCbt', 'playClamps' ],
+ activities: [ 'playBondage', 'playBeatBalls', 'playClamps' ],
use: 'punishApply'
]
]