summaryrefslogtreecommitdiff
path: root/scripts/toy.groovy
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-06-23 14:21:27 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-06-23 14:21:27 +0100
commit194bc657e1a3212ac5bbdccf061ec72a6c20bb0b (patch)
treeb52049ff94bc3f7be1747dbbe6cb1dc878217b10 /scripts/toy.groovy
parentFix assignment to parent property bug (diff)
downloadtoy-194bc657e1a3212ac5bbdccf061ec72a6c20bb0b.zip
Move imageTagsComment
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r--scripts/toy.groovy41
1 files changed, 0 insertions, 41 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy
index 5e2be3b..1f76ae9 100644
--- a/scripts/toy.groovy
+++ b/scripts/toy.groovy
@@ -255,47 +255,6 @@ return new Object() {
}
return tt;
};
- def imageTagsComment = { tags ->
- if (!tags || tags.isEmpty()) return null;
- tags = tags.intersect([ASS, CROP, BOOTS, PUSSY, SSSH])
- if (tags.isEmpty()) return null;
- Collections.shuffle(tags);
- switch (tags[0]) {
- case ASS:
- if (!stateIs(GAGGED))
- return compose([
- ["Come closer,", "Don't be shy,"],
- ["kiss it!", "two kisses on each cheek."]]);
- else
- return compose([
- ["Too bad you can't kiss it like that.", "Maybe I should ungag you so you can kiss it?"]]);
- break;
- case CROP:
- return compose([
- ["You know what this is for?", "Good boys get rewards, bad ones getting a beating.", "Would you like your ass a darker shade?"]]);
- break;
- case BOOTS:
- if (stateIs(GAGGED))
- return compose([
- ["I know you'd like to worship them.", "Too bad that tongue can't be put to good use."]]);
- else
- return compose([
- ["Get down there, worship my boots.", "See any dirt on my boots? Maybe you should lick them clean!"]]);
- case PUSSY:
- if (stateIs(GAGGED))
- return compose([
- ["I know you'd like to pleasure me.", "Too bad that tongue can't be put to good use."]]);
- else
- return compose([
- ["How about you start licking it?", "How much would like your tongue in there?"]]);
- break;
- case SSSH:
- return compose([
- ["Quiet now.", "Sssssh.", "Patience."]]);
- break;
- }
- return null;
- };
def clampPulls = { amount ->
getRandom(1 + amount).times {
if (getRandom(2)) {