summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-12-08 11:12:36 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2018-12-08 11:12:36 +0000
commit1899ab0a24572ec1a2d630d22a6532b36a9768ad (patch)
treea723bd9ec0c847b63329cca58b09e32cda2f0e07
parentTidy up play (diff)
downloadtoy-1899ab0a24572ec1a2d630d22a6532b36a9768ad.zip
Add cum chances to postCum
-rw-r--r--scripts/toy.groovy2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy
index 9594fc2..2354ae0 100644
--- a/scripts/toy.groovy
+++ b/scripts/toy.groovy
@@ -554,6 +554,8 @@ def postCum = {
wait(getRandom(5) + 5);
return;
}
+ def ways = [cumChanceRuin, cumChanceWindow, cumChanceCountdown];
+ ways[getRandom(ways.size())]();
};
def chastity = { pre ->
if (is(CHASTE)) return;