From 5327dd2deade7098af0eca7722c50f6e9ec77b93 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 3 Dec 2018 19:21:01 +0000 Subject: OK, not quite so much cbt --- scripts/toy.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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; -- cgit v1.2.3