summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/toy.groovy2
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;