diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-03 19:21:01 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-03 19:21:01 +0000 |
commit | 5327dd2deade7098af0eca7722c50f6e9ec77b93 (patch) | |
tree | a584176223835283ce95d3c89fdb1402bda1f055 /scripts/toy.groovy | |
parent | Bad toy always ends chaste (diff) | |
download | toy-5327dd2deade7098af0eca7722c50f6e9ec77b93.zip |
OK, not quite so much cbt
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r-- | scripts/toy.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 13660cf..51b4778 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -612,7 +612,7 @@ def playCbt = { wait(1); present(null, [["Go!"]]); def beats = 0; - (6 + getRandom(10)).times({ + (4 + getRandom(7)).times({ def beatNo = getRandom(BEATS.size()); def beat = BEATS[beatNo]; def len = getRandom(beat.len - 5) + 5; |