summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-12-08 15:04:34 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2018-12-08 15:04:34 +0000
commit7f27fa424a04a7bca96263e2423767dea5350287 (patch)
tree355c26b3a7faa87ab47eb1ec94bede53bc77e305 /scripts
parentAdd cum chances to postCum (diff)
downloadtoy-7f27fa424a04a7bca96263e2423767dea5350287.zip
Add missing call to clamps();
Diffstat (limited to 'scripts')
-rw-r--r--scripts/toy.groovy1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy
index 2354ae0..509fb74 100644
--- a/scripts/toy.groovy
+++ b/scripts/toy.groovy
@@ -485,6 +485,7 @@ def clamps = {
wait(getRandom(10) + 5);
};
def preClamps = {
+ clamps();
clampPulls(getRandom(4));
return 1.8;
};