diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-08 15:04:34 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-08 15:04:34 +0000 |
commit | 7f27fa424a04a7bca96263e2423767dea5350287 (patch) | |
tree | 355c26b3a7faa87ab47eb1ec94bede53bc77e305 /scripts/toy.groovy | |
parent | Add cum chances to postCum (diff) | |
download | toy-7f27fa424a04a7bca96263e2423767dea5350287.zip |
Add missing call to clamps();
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r-- | scripts/toy.groovy | 1 |
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; }; |